@@ -42,4 +42,5 @@
<!-- special transparent action bar colors for image preview -->
<color name="owncloud_blue_transparent">#201D2D44</color>
+ <color name="owncloud_blue_dark_transparent">#40162233</color>
</resources>
@@ -132,6 +132,10 @@ public class PreviewImageActivity extends FileActivity implements
}
});
+
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
+ getWindow().setStatusBarColor(getResources().getColor(R.color.owncloud_blue_dark_transparent));
+ }
if (savedInstanceState != null) {