]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Add the option to move the app bar to the bottom of the screen. https://redmine.stout...
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 5d4e80cc3b5ecb4d3832f35c623065c1f89ef772..4d1d5086be5e3acf2c32efad9c9c60c30c63ea76 100644 (file)
             android:summary="@string/scroll_app_bar_summary"
             android:defaultValue="true" />
 
+        <SwitchPreference
+            android:key="bottom_app_bar"
+            android:title="@string/bottom_app_bar"
+            android:summary="@string/bottom_app_bar_summary"
+            android:defaultValue="false" />
+
         <SwitchPreference
             android:key="display_additional_app_bar_icons"
             android:title="@string/display_additional_app_bar_icons"