ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
- Copyright (C) 2012-2013 ownCloud Inc.
+ Copyright (C) 2015 ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
- android:startColor="#1D2D44"
- android:endColor="#1D2D44"
+ android:startColor="@color/actionbar_start_color"
+ android:endColor="@color/actionbar_end_color"
android:angle="270"
/>
<corners android:radius="0dp" />