|
@@ -30,7 +30,8 @@
|
|
|
<item name="colorAccent">@color/color_accent</item>
|
|
|
<item name="android:alertDialogTheme">@style/Theme.ownCloud.Dialog</item>
|
|
|
</style>
|
|
|
-
|
|
|
+
|
|
|
+ <!-- seperate action bar style for activities without an action bar -->
|
|
|
<style name="Theme.ownCloud.noActionBar" parent="style/Theme.AppCompat.Light.DarkActionBar">
|
|
|
<item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
|
|
|
<item name="windowNoTitle">true</item>
|
|
@@ -41,6 +42,24 @@
|
|
|
<item name="android:alertDialogTheme">@style/Theme.ownCloud.Dialog</item>
|
|
|
</style>
|
|
|
|
|
|
+ <!-- separat translucent action bar style -->
|
|
|
+ <style name="Theme.ownCloud.Overlay" parent="style/Theme.ownCloud">
|
|
|
+ <item name="android:actionBarStyle">@style/Theme.ownCloud.Overlay.ActionBar</item>
|
|
|
+ <item name="windowActionBarOverlay">true</item>
|
|
|
+ <!-- Support library compatibility -->
|
|
|
+ <item name="actionBarStyle">@style/Theme.ownCloud.Overlay.ActionBar</item>
|
|
|
+ </style>
|
|
|
+
|
|
|
+ <!-- ACTION BAR STYLES -->
|
|
|
+ <style name="Theme.ownCloud.Overlay.ActionBar" parent="@style/Widget.AppCompat.ActionBar">
|
|
|
+ <item name="android:background">@color/owncloud_blue_transparent</item>
|
|
|
+ <item name="android:windowActionBarOverlay">true</item>
|
|
|
+
|
|
|
+ <!-- Support library compatibility -->
|
|
|
+ <item name="background">@color/owncloud_blue_transparent</item>
|
|
|
+ <item name="windowActionBarOverlay">true</item>
|
|
|
+ </style>
|
|
|
+
|
|
|
<!-- Progress bar -->
|
|
|
<style name="Widget.ownCloud.TopProgressBar" parent="style/Widget.AppCompat.ProgressBar.Horizontal">
|
|
|
<item name="android:progressDrawable">@drawable/actionbar_progress_horizontal</item>
|