]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Add an option to display under the camera cutouts. https://redmine.stoutner.com...
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 076206bb74f573b4532d539f9dd399572fffe5d5..ac2b6a4c70e9bde729093b5aa4a1790450056ced 100644 (file)
             app:title="@string/hide_app_bar"
             app:summary="@string/hide_app_bar_summary"
             app:defaultValue="true" />
+
+        <SwitchPreferenceCompat
+            app:key="@string/display_under_cutouts_key"
+            app:title="@string/display_under_cutouts"
+            app:summary="@string/display_under_cutouts_summary"
+            app:defaultValue="false" />
     </PreferenceCategory>
 
     <PreferenceCategory