[fenix] closes https://github.com/mozilla-mobile/fenix/issues/1149: fix alignment of developer tools category in preferences

pull/600/head
Sören Hentzschel 6 years ago committed by Colin Lee
parent b702f77c8a
commit 229bc196b7

@ -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"

Loading…
Cancel
Save