]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Implement a night mode option. https://redmine.stoutner.com/issues/145.
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index fbfb633e77303a477790bf1e0419a47957a1dab3..160536dfc0512164de0c3d9abdee8ee71d513c80 100644 (file)
             android:summary="@string/dark_theme_summary"
             android:defaultValue="false" />
 
+        <SwitchPreference
+            android:key="night_mode"
+            android:title="@string/night_mode"
+            android:summary="@string/night_mode_summary"
+            android:defaultValue="false" />
+
         <SwitchPreference
             android:key="display_webpage_images"
             android:title="@string/display_webpage_images"