mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Default theme to follow system instead of light
Also remove deprecated Auto option
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
tools:summary="System default" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/pref_theme_light_value"
|
||||
android:defaultValue="@string/pref_theme_system_value"
|
||||
android:entries="@array/pref_theme_entries"
|
||||
android:entryValues="@array/pref_theme_values"
|
||||
android:key="pref_key_theme"
|
||||
|
||||
Reference in New Issue
Block a user