]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Switch to the new Day/Night theme. https://redmine.stoutner.com/issues/522
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 3234462a9c1e5e18d2c717be614c5557f24bf827..a60edb01ee354fd012049341186a3cc1a3e367a5 100644 (file)
             android:entries="@array/download_location_entries"
             android:entryValues="@array/download_location_entry_values"
             android:defaultValue="@string/download_location_default_value"
-            android:inputType="textUri"
             android:icon="?attr/downloadIcon" />
 
         <EditTextPreference
             android:summary="@string/display_additional_app_bar_icons_summary"
             android:defaultValue="false" />
 
-        <SwitchPreference
-            android:key="dark_theme"
-            android:title="@string/dark_theme"
-            android:summary="@string/dark_theme_summary"
-            android:defaultValue="false" />
+        <ListPreference
+            android:key="app_theme"
+            android:title="@string/app_theme"
+            android:entries="@array/app_theme_entries"
+            android:entryValues="@array/app_theme_entry_values"
+            android:defaultValue="@string/app_theme_default_value"
+            android:icon="?attr/appThemeIcon" />
 
         <SwitchPreference
             android:key="night_mode"