]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-night-v27/styles.xml
First wrong button text in View Headers in night theme. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-night-v27 / styles.xml
index d998db6b08f2c37c9bcb4d88d96c1a753161afec..0875d83d94a5569b38d9e416a53b0fb41039732b 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2015-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2015-2022, 2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android/>.
 
   Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
         <item name="android:actionModeBackground">?android:attr/colorBackground</item>
         <item name="android:textColorHighlight">@color/violet_700</item>
         <item name="colorAccent">@color/violet_500</item>
-        <item name="redTextColor">@color/red_900</item>
-
-        <!-- Tints. -->
-        <item name="fabIconTintColor">@color/gray_875</item>
-        <item name="findOnPageIconTintColor">@color/violet_500</item>
-        <item name="navigationIconTintColor">@color/violet_500</item>
-        <item name="progressTintColor">@color/violet_500</item>
-
-        <!-- Drawables. -->
-        <item name="listSelectorDrawable">@drawable/list_selector_night</item>
     </style>
 
     <style name="PrivacyBrowserAppBar" parent="ThemeOverlay.AppCompat.DayNight.ActionBar" >