Use a switch preference to follow device theme
This commit is contained in:
parent
a713ce2126
commit
22b2f52f8c
7 changed files with 55 additions and 46 deletions
|
|
@ -12,6 +12,13 @@
|
|||
android:title="@string/theme_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="@string/use_device_theme_key"
|
||||
android:summary="@string/follow_device_theme_summary"
|
||||
android:title="@string/follow_device_theme_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="@string/show_hold_to_append_key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue