]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/styles.xml
Add a bottom app bar to Settings. https://redmine.stoutner.com/issues/716
[PrivacyBrowserAndroid.git] / app / src / main / res / values / styles.xml
index 6a79f0ba0c5d9d3efc708b62045c2a7fc119994a..f3a7411e3edeb4ce465d7c12d57d787c86759c29 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2015-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2015-2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
         <item name="android:textColorHighlight">@color/blue_200</item>
     </style>
 
-    <style name="PrivacyBrowserSettings" parent="Theme.AppCompat.DayNight" >
-        <!-- Main Items. -->
-        <item name="android:statusBarColor">?android:attr/colorBackground</item>
-        <item name="android:windowLightStatusBar">?attr/isLightTheme</item>
-
-        <!-- Colors. -->
-        <item name="colorAccent">@color/blue_700</item>
-        <item name="colorPrimary">?android:attr/colorBackground</item>  <!-- `colorPrimary` sets the background color of the app bar. -->
-    </style>
-
     <style name="PrivacyBrowserAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert" >
         <!-- Colors. -->
         <item name="colorAccent">@color/blue_700</item>
     </style>
-</resources>
\ No newline at end of file
+</resources>