1
0
Fork 0

For #3047: Fix blank space for system edit text controls (#3227)

master
Jonathan Almeida 2019-06-06 15:22:58 -04:00 committed by Colin Lee
parent 28ecf241f5
commit c197d055b3
2 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
<style name="NormalTheme" parent="NormalThemeBase" />
<style name="DialogStyle" parent="Theme.MaterialComponents.Dialog.Alert">
<item name="android:background">?above</item>
<item name="android:colorBackground">?above</item>
<item name="colorAccent">?accent</item>
<item name="android:textColorPrimary">?primaryText</item>
</style>

View File

@ -8,17 +8,17 @@
android:key="@string/pref_key_sync_now"
android:title="@string/preferences_sync_now" />
<PreferenceCategory
<androidx.preference.PreferenceCategory
android:key="@string/preferences_sync_category"
android:title="@string/preferences_sync_category">
<CheckBoxPreference
<androidx.preference.CheckBoxPreference
android:key="@string/pref_key_sync_bookmarks"
android:defaultValue="true"
android:enabled="false"
android:title="@string/preferences_sync_bookmarks" />
<CheckBoxPreference
<androidx.preference.CheckBoxPreference
android:key="@string/pref_key_sync_history"
android:defaultValue="true"
android:enabled="false"
@ -28,7 +28,7 @@
android:key="@string/pref_key_sync_device_name"
android:title="@string/preferences_sync_device_name" />
</PreferenceCategory>
</androidx.preference.PreferenceCategory>
<androidx.preference.Preference
android:key="@string/pref_key_sign_out"