mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9880 - fixed sync settings style
This commit is contained in:
parent
c38d5c6546
commit
7cfc281d66
@ -13,7 +13,7 @@
|
|||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="16dp"
|
android:paddingStart="16dp"
|
||||||
android:layout_marginBottom="8dp"
|
android:layout_marginBottom="8dp"
|
||||||
android:paddingEnd="?android:attr/scrollbarSize">
|
android:paddingEnd="16dp">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@android:id/widget_frame"
|
android:id="@android:id/widget_frame"
|
||||||
|
@ -2,17 +2,21 @@
|
|||||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||||
|
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
|
|
||||||
<androidx.preference.Preference
|
<androidx.preference.Preference
|
||||||
|
app:iconSpaceReserved="false"
|
||||||
android:key="@string/pref_key_sync_now"
|
android:key="@string/pref_key_sync_now"
|
||||||
android:title="@string/preferences_sync_now" />
|
android:title="@string/preferences_sync_now" />
|
||||||
|
|
||||||
<androidx.preference.EditTextPreference
|
<androidx.preference.EditTextPreference
|
||||||
|
app:iconSpaceReserved="false"
|
||||||
android:key="@string/pref_key_sync_device_name"
|
android:key="@string/pref_key_sync_device_name"
|
||||||
android:title="@string/preferences_sync_device_name" />
|
android:title="@string/preferences_sync_device_name" />
|
||||||
|
|
||||||
<androidx.preference.Preference
|
<androidx.preference.Preference
|
||||||
|
app:iconSpaceReserved="false"
|
||||||
android:key="@string/pref_key_sign_out"
|
android:key="@string/pref_key_sign_out"
|
||||||
android:title="@string/preferences_sign_out" />
|
android:title="@string/preferences_sign_out" />
|
||||||
|
|
||||||
@ -24,16 +28,19 @@
|
|||||||
<androidx.preference.CheckBoxPreference
|
<androidx.preference.CheckBoxPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="@string/pref_key_sync_bookmarks"
|
android:key="@string/pref_key_sync_bookmarks"
|
||||||
|
android:layout="@layout/checkbox_left_preference"
|
||||||
android:title="@string/preferences_sync_bookmarks" />
|
android:title="@string/preferences_sync_bookmarks" />
|
||||||
|
|
||||||
<androidx.preference.CheckBoxPreference
|
<androidx.preference.CheckBoxPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="@string/pref_key_sync_history"
|
android:key="@string/pref_key_sync_history"
|
||||||
|
android:layout="@layout/checkbox_left_preference"
|
||||||
android:title="@string/preferences_sync_history" />
|
android:title="@string/preferences_sync_history" />
|
||||||
|
|
||||||
<androidx.preference.CheckBoxPreference
|
<androidx.preference.CheckBoxPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="@string/pref_key_sync_logins"
|
android:key="@string/pref_key_sync_logins"
|
||||||
|
android:layout="@layout/checkbox_left_preference"
|
||||||
android:title="@string/preferences_sync_logins" />
|
android:title="@string/preferences_sync_logins" />
|
||||||
</androidx.preference.PreferenceCategory>
|
</androidx.preference.PreferenceCategory>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
Loading…
Reference in New Issue
Block a user