projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update Images
[pub/Android/ownCloud.git]
/
res
/
drawable
/
mdcloud_blue_gradient.xml
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<shape
xmlns:
android
=
"http://schemas.android.com/apk/res/android"
3
android:
shape
=
"rectangle"
>
4
5
<gradient
6
android:
angle
=
"270"
7
android:
startColor
=
"#2b3e5e"
8
android:
endColor
=
"#021f3a"
9
/>
10
11
</shape>