]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/styles.xml
Initial bookmarks implementation. Fix for Custom User Agent not working. https...
[PrivacyBrowserAndroid.git] / app / src / main / res / values / styles.xml
index 371d01348dba53b32cb71837b1cfdeabf535d47c..36b667850ef9582e7ea0d048fcd1c6ee9de41b59 100644 (file)
@@ -26,7 +26,7 @@
 
     <style name="PrivacyBrowser.MainWebView" />
 
-    <style name="PrivacyBrowser.TabActivity" />
+    <style name="PrivacyBrowser.SecondaryActivity" />
 
     <!-- colorPrimaryDark is the color of the status bar. -->
     <style name="PrivacyBrowser.Settings" parent="Theme.AppCompat.Light.DarkActionBar">
@@ -42,4 +42,8 @@
 
     <style name="PrivacyBrowser.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
 
+    <style name="PrivacyBrowser.AlertDialog" parent="Theme.AppCompat.Light.Dialog.Alert">
+        <item name="colorAccent">@color/blue</item>
+    </style>
+
 </resources>
\ No newline at end of file