projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typo in strings.xml
[pub/Android/ownCloud.git]
/
res
/
drawable
/
main_header_bg.xml
diff --git
a/res/drawable/main_header_bg.xml
b/res/drawable/main_header_bg.xml
index
855ba2c
..
8cd82e4
100644
(file)
--- a/
res/drawable/main_header_bg.xml
+++ b/
res/drawable/main_header_bg.xml
@@
-19,8
+19,8
@@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
-->
<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" />
android:angle="270"
/>
<corners android:radius="0dp" />