]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/themes.xml
Request the phone permission if needed.
[PrivacyCell.git] / app / src / main / res / values / themes.xml
index e4e0d1b33ff590cf043f3137ba7bc8f334d8b373..ccc93244ab46beb8bf2eb92b03b72cdac72c1e97 100644 (file)
@@ -16,7 +16,7 @@
   You should have received a copy of the GNU General Public License
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
   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">
+<resources>
     <style name="Theme.PrivacyCell" parent="Theme.AppCompat.DayNight">
         <!-- Main items. -->
         <item name="android:navigationBarColor">?android:attr/colorBackground</item>
     <style name="Theme.PrivacyCell" parent="Theme.AppCompat.DayNight">
         <!-- Main items. -->
         <item name="android:navigationBarColor">?android:attr/colorBackground</item>
@@ -24,4 +24,9 @@
         <item name="android:windowLightNavigationBar">true</item>
         <item name="android:windowLightStatusBar">true</item>
     </style>
         <item name="android:windowLightNavigationBar">true</item>
         <item name="android:windowLightStatusBar">true</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
 </resources>
\ No newline at end of file