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-hdpi |
inital commit
Diffstat (limited to '')
-rw-r--r-- | res/drawable-hdpi/es_slidingpane_shadow.xml | 8 | ||||
-rw-r--r-- | res/drawable-hdpi/ic_action_add.png | bin | 0 -> 181 bytes | |||
-rw-r--r-- | res/drawable-hdpi/ic_action_send.png | bin | 0 -> 342 bytes | |||
-rw-r--r-- | res/drawable-hdpi/ic_action_send_now.png | bin | 0 -> 578 bytes | |||
-rw-r--r-- | res/drawable-hdpi/ic_action_unsecure.png | bin | 0 -> 368 bytes | |||
-rw-r--r-- | res/drawable-hdpi/ic_launcher.png | bin | 0 -> 1615 bytes | |||
-rw-r--r-- | res/drawable-hdpi/ic_profile.png | bin | 0 -> 999 bytes |
7 files changed, 8 insertions, 0 deletions
diff --git a/res/drawable-hdpi/es_slidingpane_shadow.xml b/res/drawable-hdpi/es_slidingpane_shadow.xml new file mode 100644 index 00000000..eaca7894 --- /dev/null +++ b/res/drawable-hdpi/es_slidingpane_shadow.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" > +<gradient + android:centerColor="#8B0000" + android:endColor="#34FFDD" + android:startColor="#FF00FF" /> +<size android:width="5.0dp" android:height="0.5dp" /> +</shape>
\ No newline at end of file diff --git a/res/drawable-hdpi/ic_action_add.png b/res/drawable-hdpi/ic_action_add.png Binary files differnew file mode 100644 index 00000000..aa7cf4f2 --- /dev/null +++ b/res/drawable-hdpi/ic_action_add.png diff --git a/res/drawable-hdpi/ic_action_send.png b/res/drawable-hdpi/ic_action_send.png Binary files differnew file mode 100644 index 00000000..6384a4ee --- /dev/null +++ b/res/drawable-hdpi/ic_action_send.png diff --git a/res/drawable-hdpi/ic_action_send_now.png b/res/drawable-hdpi/ic_action_send_now.png Binary files differnew file mode 100644 index 00000000..ff0e369e --- /dev/null +++ b/res/drawable-hdpi/ic_action_send_now.png diff --git a/res/drawable-hdpi/ic_action_unsecure.png b/res/drawable-hdpi/ic_action_unsecure.png Binary files differnew file mode 100644 index 00000000..b9f442d5 --- /dev/null +++ b/res/drawable-hdpi/ic_action_unsecure.png diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png Binary files differnew file mode 100644 index 00000000..3125b12d --- /dev/null +++ b/res/drawable-hdpi/ic_launcher.png diff --git a/res/drawable-hdpi/ic_profile.png b/res/drawable-hdpi/ic_profile.png Binary files differnew file mode 100644 index 00000000..3f071dec --- /dev/null +++ b/res/drawable-hdpi/ic_profile.png |