aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable-xhdpi
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-01-24 02:04:05 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-01-24 02:04:05 +0100
commit35f8ab58f4b6f97f02031b056d2a5f6f993672cf (patch)
treef3b9cda64e6e08337a44588a564d5194fe8b3225 /res/drawable-xhdpi
inital commit
Diffstat (limited to 'res/drawable-xhdpi')
-rw-r--r--res/drawable-xhdpi/es_slidingpane_shadow.xml7
-rw-r--r--res/drawable-xhdpi/ic_action_add.pngbin0 -> 201 bytes
-rw-r--r--res/drawable-xhdpi/ic_action_send.pngbin0 -> 416 bytes
-rw-r--r--res/drawable-xhdpi/ic_action_send_now.pngbin0 -> 759 bytes
-rw-r--r--res/drawable-xhdpi/ic_action_unsecure.pngbin0 -> 458 bytes
-rw-r--r--res/drawable-xhdpi/ic_launcher.pngbin0 -> 2146 bytes
-rw-r--r--res/drawable-xhdpi/ic_profile.pngbin0 -> 1374 bytes
-rw-r--r--res/drawable-xhdpi/section_header.xml10
8 files changed, 17 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
diff --git a/res/drawable-xhdpi/ic_action_add.png b/res/drawable-xhdpi/ic_action_add.png
new file mode 100644
index 00000000..9d6af042
--- /dev/null
+++ b/res/drawable-xhdpi/ic_action_add.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_action_send.png b/res/drawable-xhdpi/ic_action_send.png
new file mode 100644
index 00000000..652ac68d
--- /dev/null
+++ b/res/drawable-xhdpi/ic_action_send.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_action_send_now.png b/res/drawable-xhdpi/ic_action_send_now.png
new file mode 100644
index 00000000..373dde23
--- /dev/null
+++ b/res/drawable-xhdpi/ic_action_send_now.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_action_unsecure.png b/res/drawable-xhdpi/ic_action_unsecure.png
new file mode 100644
index 00000000..96b128f2
--- /dev/null
+++ b/res/drawable-xhdpi/ic_action_unsecure.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png
new file mode 100644
index 00000000..5ef36c2f
--- /dev/null
+++ b/res/drawable-xhdpi/ic_launcher.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_profile.png b/res/drawable-xhdpi/ic_profile.png
new file mode 100644
index 00000000..88a82cf0
--- /dev/null
+++ b/res/drawable-xhdpi/ic_profile.png
Binary files differ
diff --git a/res/drawable-xhdpi/section_header.xml b/res/drawable-xhdpi/section_header.xml
new file mode 100644
index 00000000..25f148ce
--- /dev/null
+++ b/res/drawable-xhdpi/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