]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/themes.xml
Release 1.10.
[PrivacyCell.git] / app / src / main / res / values / themes.xml
index 9099cb13773673163a97869b2c887ab10b25553c..300ca075ef5e82ed7f3ea0324bdf006a78c185d7 100644 (file)
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+
 <!--
   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
 
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
-
-<resources xmlns:tools="http://schemas.android.com/tools">
-    <!-- Base application theme. -->
-    <style name="Theme.5GStatus" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
-        <!-- Primary brand color. -->
-        <item name="colorPrimary">@color/purple_500</item>
-        <item name="colorPrimaryVariant">@color/purple_700</item>
-        <item name="colorOnPrimary">@color/white</item>
-        <!-- Secondary brand color. -->
-        <item name="colorSecondary">@color/teal_200</item>
-        <item name="colorSecondaryVariant">@color/teal_700</item>
-        <item name="colorOnSecondary">@color/black</item>
-        <!-- Status bar color. -->
-        <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
-        <!-- Customize your theme here. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<resources>
+    <style name="Theme.PrivacyCell" parent="Theme.AppCompat.DayNight.NoActionBar">
+        <!-- Main items. -->
+        <item name="android:navigationBarColor">?android:attr/colorBackground</item>
+        <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">
+        <!-- Colors. -->
+        <item name="colorAccent">@color/blue_700</item>
     </style>
 </resources>
\ No newline at end of file