diff options
Diffstat (limited to 'res/drawable-xhdpi')
-rw-r--r-- | res/drawable-xhdpi/es_slidingpane_shadow.xml | 7 | ||||
-rw-r--r-- | res/drawable-xhdpi/ic_action_add.png | bin | 0 -> 201 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_action_send.png | bin | 0 -> 416 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_action_send_now.png | bin | 0 -> 759 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_action_unsecure.png | bin | 0 -> 458 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_launcher.png | bin | 0 -> 2146 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_profile.png | bin | 0 -> 1374 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/section_header.xml | 10 |
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 Binary files differnew file mode 100644 index 00000000..9d6af042 --- /dev/null +++ b/res/drawable-xhdpi/ic_action_add.png diff --git a/res/drawable-xhdpi/ic_action_send.png b/res/drawable-xhdpi/ic_action_send.png Binary files differnew file mode 100644 index 00000000..652ac68d --- /dev/null +++ b/res/drawable-xhdpi/ic_action_send.png diff --git a/res/drawable-xhdpi/ic_action_send_now.png b/res/drawable-xhdpi/ic_action_send_now.png Binary files differnew file mode 100644 index 00000000..373dde23 --- /dev/null +++ b/res/drawable-xhdpi/ic_action_send_now.png diff --git a/res/drawable-xhdpi/ic_action_unsecure.png b/res/drawable-xhdpi/ic_action_unsecure.png Binary files differnew file mode 100644 index 00000000..96b128f2 --- /dev/null +++ b/res/drawable-xhdpi/ic_action_unsecure.png diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png Binary files differnew file mode 100644 index 00000000..5ef36c2f --- /dev/null +++ b/res/drawable-xhdpi/ic_launcher.png diff --git a/res/drawable-xhdpi/ic_profile.png b/res/drawable-xhdpi/ic_profile.png Binary files differnew file mode 100644 index 00000000..88a82cf0 --- /dev/null +++ b/res/drawable-xhdpi/ic_profile.png 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 |