diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-24 02:04:05 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-24 02:04:05 +0100 |
commit | 35f8ab58f4b6f97f02031b056d2a5f6f993672cf (patch) | |
tree | f3b9cda64e6e08337a44588a564d5194fe8b3225 /res/drawable-xhdpi/es_slidingpane_shadow.xml |
inital commit
Diffstat (limited to '')
-rw-r--r-- | res/drawable-xhdpi/es_slidingpane_shadow.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/drawable-xhdpi/es_slidingpane_shadow.xml b/res/drawable-xhdpi/es_slidingpane_shadow.xml new file mode 100644 index 00000000..cc711819 --- /dev/null +++ b/res/drawable-xhdpi/es_slidingpane_shadow.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" > +<gradient + android:endColor="#cccccc" + android:startColor="#f9f9f9" /> +<size android:width="3.0dp" android:height="0.5dp" /> +</shape>
\ No newline at end of file |