Skip to content

Commit

Permalink
closes mozilla-mobile#1149: fix alignment of developer tools category…
Browse files Browse the repository at this point in the history
… in preferences
  • Loading branch information
cadeyrn authored and colintheshots committed Mar 22, 2019
1 parent df40ec9 commit 1aef612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
</androidx.preference.PreferenceCategory>

<PreferenceCategory
android:title="@string/developer_tools_category">
android:title="@string/developer_tools_category"
app:iconSpaceReserved="false">
<androidx.preference.SwitchPreference
android:icon="@drawable/ic_energy"
android:key="@string/pref_key_remote_debugging"
Expand Down

0 comments on commit 1aef612

Please sign in to comment.