]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/styles.xml
Fix the width of urlTextBox, lower the height of the AppBar to 53dp, and increase...
[PrivacyBrowserAndroid.git] / app / src / main / res / values / styles.xml
index 2c1e1c94b0b0b254bdad088b5c0ea601062e4dc4..a68cd81e1aef02258837ede585f57e0098cb91a0 100644 (file)
 <resources>
 
     <!-- We want to use .NoActionBar so that we can set a SupportActionBar. -->
+    <!-- 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.NoActionBar">
         <item name="colorAccent">@color/light_blue</item>
+        <item name="android:actionBarSize">53dp</item>
+        <item name="actionBarSize">53dp</item>
     </style>
 
 </resources>