diff options
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/es_slidingpane_shadow.xml | 7 | ||||
-rw-r--r-- | res/drawable/section_header.xml | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/res/drawable/es_slidingpane_shadow.xml b/res/drawable/es_slidingpane_shadow.xml new file mode 100644 index 00000000..34cc44bf --- /dev/null +++ b/res/drawable/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="#eeeeee" /> +<size android:width="3.0dp" android:height="0.5dp" /> +</shape>
\ No newline at end of file diff --git a/res/drawable/section_header.xml b/res/drawable/section_header.xml new file mode 100644 index 00000000..25f148ce --- /dev/null +++ b/res/drawable/section_header.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + + <size + android:height="1.5dp" + android:width="1000dp" /> + + <solid android:color="#b7b7b7" /> +</shape>
\ No newline at end of file |