]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/styles.xml
Create a blank navigation drawer.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / styles.xml
index d7e8ecd79aa662149e073ff52f25012499c85c87..c9d97d929d48f93161fffc0b7937fcc4f2a8bf47 100644 (file)
 
 <resources>
 
-    <!-- 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">
         <item name="colorAccent">@color/blue</item>
-        <item name="actionBarSize">53dp</item>
+        <item name="android:actionBarSize">53dp</item>
     </style>
 
     <style name="AppTheme.NoActionBar">
@@ -36,4 +35,4 @@
 
     <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
 
-</resources>
+</resources>
\ No newline at end of file