]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/styles.xml
Refactor the App Bar.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / styles.xml
index f46fa1c35de154c280392192b3066968d8904cd2..2c1e1c94b0b0b254bdad088b5c0ea601062e4dc4 100644 (file)
@@ -20,9 +20,9 @@
 
 <resources>
 
-    <!-- Base application theme. -->
-    <style name="AppTheme" parent="Theme.AppCompat.Light">
-        <!-- Customize style here. -->
+    <!-- We want to use .NoActionBar so that we can set a SupportActionBar. -->
+    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
+        <item name="colorAccent">@color/light_blue</item>
     </style>
 
 </resources>