]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/themes.xml
Add an option to use a bottom app bar. https://redmine.stoutner.com/issues/749
[PrivacyCell.git] / app / src / main / res / values / themes.xml
index 4fdeea9f4b200f7a1dcc579ffde76be70e650d0b..cb42f2510e656fcf90bef2f3727a58282bf3da08 100644 (file)
@@ -23,6 +23,9 @@
         <item name="android:statusBarColor">?android:attr/colorBackground</item>
         <item name="android:windowLightNavigationBar">true</item>
         <item name="android:windowLightStatusBar">true</item>
+
+        <!-- Colors. -->
+        <item name="colorAccent">@color/blue_700</item>
     </style>
 
     <style name="Theme.PrivacyCellAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert">