From 77491039097734ce746b5b46791464bd236d4703 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 5 Apr 2014 12:49:43 +0200 Subject: added attach file action --- res/drawable-hdpi/ic_action_new_attachment.png | Bin 0 -> 648 bytes res/drawable-mdpi/ic_action_new_attachment.png | Bin 0 -> 468 bytes res/drawable-xhdpi/ic_action_new_attachment.png | Bin 0 -> 789 bytes res/drawable-xxhdpi/ic_action_new_attachment.png | Bin 0 -> 1112 bytes res/menu/conversations.xml | 7 +++++++ res/values/strings.xml | 1 + 6 files changed, 8 insertions(+) create mode 100644 res/drawable-hdpi/ic_action_new_attachment.png create mode 100644 res/drawable-mdpi/ic_action_new_attachment.png create mode 100644 res/drawable-xhdpi/ic_action_new_attachment.png create mode 100644 res/drawable-xxhdpi/ic_action_new_attachment.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_action_new_attachment.png b/res/drawable-hdpi/ic_action_new_attachment.png new file mode 100644 index 00000000..28507da2 Binary files /dev/null and b/res/drawable-hdpi/ic_action_new_attachment.png differ diff --git a/res/drawable-mdpi/ic_action_new_attachment.png b/res/drawable-mdpi/ic_action_new_attachment.png new file mode 100644 index 00000000..33058655 Binary files /dev/null and b/res/drawable-mdpi/ic_action_new_attachment.png differ diff --git a/res/drawable-xhdpi/ic_action_new_attachment.png b/res/drawable-xhdpi/ic_action_new_attachment.png new file mode 100644 index 00000000..4948feec Binary files /dev/null and b/res/drawable-xhdpi/ic_action_new_attachment.png differ diff --git a/res/drawable-xxhdpi/ic_action_new_attachment.png b/res/drawable-xxhdpi/ic_action_new_attachment.png new file mode 100644 index 00000000..78553886 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_new_attachment.png differ diff --git a/res/menu/conversations.xml b/res/menu/conversations.xml index 5902e74f..3dfc12dd 100644 --- a/res/menu/conversations.xml +++ b/res/menu/conversations.xml @@ -14,6 +14,13 @@ android:icon="@drawable/ic_action_unsecure" android:title="@string/action_secure" /> + + Unable to connect to account Unable to connect to multiple accounts Touch here to manage your accounts + Attach file -- cgit v1.2.3