projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adding default images for dropdown and indeterminate_progress in ActionBar
[pub/Android/ownCloud.git]
/
res
/
drawable
/
mdcloud_green_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
<corners
6
android:
radius
=
"10dp"
/>
7
<padding
8
android:
left
=
"3dp"
9
android:
right
=
"3dp"
10
android:
top
=
"3dp"
11
android:
bottom
=
"3dp"
12
/>
13
<gradient
14
android:
angle
=
"270"
15
android:
startColor
=
"#9ed218"
16
android:
endColor
=
"#5c8b1a"
17
/>
18
19
</shape>