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