Fixes from CR
[pub/Android/ownCloud.git] / res / values-v21 / styles.xml
index 173136c..04d9ac9 100644 (file)
@@ -2,7 +2,6 @@
 <!--
   ownCloud Android client application
 
-  Copyright (C) 2012  Bartek Przybylski
   Copyright (C) 2015 ownCloud Inc.
 
   This program is free software: you can redistribute it and/or modify
 <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