aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable-xhdpi
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable-xhdpi')
-rw-r--r--res/drawable-xhdpi/es_slidingpane_shadow.xml7
-rw-r--r--res/drawable-xhdpi/section_header.xml10
2 files changed, 0 insertions, 17 deletions
diff --git a/res/drawable-xhdpi/es_slidingpane_shadow.xml b/res/drawable-xhdpi/es_slidingpane_shadow.xml
deleted file mode 100644
index cc711819..00000000
--- a/res/drawable-xhdpi/es_slidingpane_shadow.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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
diff --git a/res/drawable-xhdpi/section_header.xml b/res/drawable-xhdpi/section_header.xml
deleted file mode 100644
index 25f148ce..00000000
--- a/res/drawable-xhdpi/section_header.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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