]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-v19/styles.xml
Add the Guide.
[PrivacyBrowserAndroid.git] / app / src / main / res / values-v19 / styles.xml
index 86223d31c700b5d1f6f652d6a12901c989f0ca68..d039bcbd1cfafc995d43b7d73d1dd700a3cdecf4 100644 (file)
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <resources>
-    <!-- The default actionBarSize is 56dp.  53dp is the smallest that doesn't cause the urlTextBox to scroll vertically with a font size of Huge.
-      android:windowTranslucentStatus requires API >= 19.  It makes the system status bar transparent.
+    <!-- android:windowTranslucentStatus requires API >= 19.  It makes the system status bar transparent.
       When it is specified the root layout should include android:fitsSystemWindows="true". -->
     <style name="PrivacyBrowser.MainWebView">
-        <item name="android:actionBarSize">53dp</item>
         <item name="android:windowTranslucentStatus">true</item>
     </style>
 
     <!-- android:windowTranslucentStatus requires API >= 19.  It makes the system status bar transparent.
       When it is specified the root layout should include android:fitsSystemWindows="true".
       colorPrimaryDark goes behind the status bar, which is then darkened by the overlay. -->
-    <style name="PrivacyBrowser.About">
+    <style name="PrivacyBrowser.TabActivity">
         <item name="android:windowTranslucentStatus">true</item>
         <item name="colorPrimaryDark">@color/blue</item>
     </style>