Fixes from CR
[pub/Android/ownCloud.git] / res / values-v21 / styles.xml
index c017442..04d9ac9 100644 (file)
 <resources xmlns:android="http://schemas.android.com/apk/res/android">
        <style name="ProgressDialogTheme" parent="ownCloud.Dialog">
        </style>
+    <style name="Theme.ownCloud.NoActionBar">
+        <item name="windowActionBar">false</item>
+        <item name="windowNoTitle">true</item>
+        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
+        <item name="android:statusBarColor">@android:color/transparent</item>
+    </style>
 </resources>
\ No newline at end of file