]> 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 35530837ea149313a73c69ea1e3ea8f539e69ef1..c9d97d929d48f93161fffc0b7937fcc4f2a8bf47 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright 2015-2016 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser <https://privacybrowser.stoutner.com/>.
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   Privacy Browser is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 <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