]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/styles.xml
Implement SwipeToRefresh for real this time.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / styles.xml
index f46fa1c35de154c280392192b3066968d8904cd2..35530837ea149313a73c69ea1e3ea8f539e69ef1 100644 (file)
 
 <resources>
 
-    <!-- Base application theme. -->
+    <!-- android:actionBarSize is supported by API >= 11.  actionBarSize is for older versions. -->
+    <!-- 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="AppTheme" parent="Theme.AppCompat.Light">
-        <!-- Customize style here. -->
+        <item name="colorAccent">@color/blue</item>
+        <item name="actionBarSize">53dp</item>
     </style>
 
+    <style name="AppTheme.NoActionBar">
+        <item name="windowActionBar">false</item>
+        <item name="windowNoTitle">true</item>
+    </style>
+
+    <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.ActionBar" />
+
+    <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
+
 </resources>