]> 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 d11ddae2df2fca53bf32bbc7957a2d1abd7db3a1..36b667850ef9582e7ea0d048fcd1c6ee9de41b59 100644 (file)
         <item name="colorAccent">@color/blue</item>
     </style>
 
-    <!-- The default actionBarSize is 56dp.  53dp is the smallest that doesn't cause the urlTextBox to scroll vertically with a font size of Huge. -->
-    <style name="PrivacyBrowser.MainWebView">
-        <item name="android:actionBarSize">53dp</item>
-    </style>
+    <style name="PrivacyBrowser.MainWebView" />
 
-    <style name="PrivacyBrowser.About">
-        <item name="colorPrimaryDark">@color/blue</item>
-    </style>
+    <style name="PrivacyBrowser.SecondaryActivity" />
 
     <!-- colorPrimaryDark is the color of the status bar. -->
     <style name="PrivacyBrowser.Settings" parent="Theme.AppCompat.Light.DarkActionBar">
@@ -47,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