projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Variable nameing / imports improved, fixed nullpointer on account
[pub/Android/ownCloud.git]
/
res
/
drawable
/
uploader_list_separator.xml
1
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
2
<shape
3
xmlns:
android
=
"http://schemas.android.com/apk/res/android"
>
4
<gradient
android:
startColor
=
"#fefefe"
android:
centerColor
=
"#cccccc"
android:
endColor
=
"#fefefe"
android:
angle
=
"0"
/>
5
</shape>