]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/themes.xml
Create a protocols activity. https://redmine.stoutner.com/issues/774
[PrivacyCell.git] / app / src / main / res / values / themes.xml
index 4fdeea9f4b200f7a1dcc579ffde76be70e650d0b..300ca075ef5e82ed7f3ea0324bdf006a78c185d7 100644 (file)
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+
 <!--
   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
 
@@ -23,6 +25,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">