From 35f8ab58f4b6f97f02031b056d2a5f6f993672cf Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 24 Jan 2014 02:04:05 +0100 Subject: inital commit --- res/drawable-hdpi/es_slidingpane_shadow.xml | 8 +++ res/drawable-hdpi/ic_action_add.png | Bin 0 -> 181 bytes res/drawable-hdpi/ic_action_send.png | Bin 0 -> 342 bytes res/drawable-hdpi/ic_action_send_now.png | Bin 0 -> 578 bytes res/drawable-hdpi/ic_action_unsecure.png | Bin 0 -> 368 bytes res/drawable-hdpi/ic_launcher.png | Bin 0 -> 1615 bytes res/drawable-hdpi/ic_profile.png | Bin 0 -> 999 bytes res/drawable-mdpi/es_slidingpane_shadow.xml | 8 +++ res/drawable-mdpi/ic_action_add.png | Bin 0 -> 134 bytes res/drawable-mdpi/ic_action_send.png | Bin 0 -> 246 bytes res/drawable-mdpi/ic_action_unsecure.png | Bin 0 -> 283 bytes res/drawable-mdpi/ic_launcher.png | Bin 0 -> 1111 bytes res/drawable-mdpi/ic_profile.png | Bin 0 -> 622 bytes res/drawable-xhdpi/es_slidingpane_shadow.xml | 7 +++ res/drawable-xhdpi/ic_action_add.png | Bin 0 -> 201 bytes res/drawable-xhdpi/ic_action_send.png | Bin 0 -> 416 bytes res/drawable-xhdpi/ic_action_send_now.png | Bin 0 -> 759 bytes res/drawable-xhdpi/ic_action_unsecure.png | Bin 0 -> 458 bytes res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 2146 bytes res/drawable-xhdpi/ic_profile.png | Bin 0 -> 1374 bytes res/drawable-xhdpi/section_header.xml | 10 ++++ res/drawable-xxhdpi/es_slidingpane_shadow.xml | 8 +++ res/drawable-xxhdpi/ic_launcher.png | Bin 0 -> 3272 bytes res/drawable-xxhdpi/ic_profile.png | Bin 0 -> 2137 bytes res/layout/activity_conversations.xml | 29 +++++++++ res/layout/activity_new_conversation.xml | 82 ++++++++++++++++++++++++++ res/layout/contact.xml | 44 ++++++++++++++ res/layout/conversation_list_row.xml | 62 +++++++++++++++++++ res/layout/frament_conversation.xml | 64 ++++++++++++++++++++ res/menu/conversations.xml | 42 +++++++++++++ res/values-sw600dp/dimens.xml | 8 +++ res/values-sw720dp-land/dimens.xml | 9 +++ res/values-v11/styles.xml | 11 ++++ res/values-v14/styles.xml | 12 ++++ res/values/arrays.xml | 13 ++++ res/values/dimens.xml | 7 +++ res/values/strings.xml | 14 +++++ res/values/styles.xml | 37 ++++++++++++ res/xml/preferences.xml | 41 +++++++++++++ 39 files changed, 516 insertions(+) create mode 100644 res/drawable-hdpi/es_slidingpane_shadow.xml create mode 100644 res/drawable-hdpi/ic_action_add.png create mode 100644 res/drawable-hdpi/ic_action_send.png create mode 100644 res/drawable-hdpi/ic_action_send_now.png create mode 100644 res/drawable-hdpi/ic_action_unsecure.png create mode 100644 res/drawable-hdpi/ic_launcher.png create mode 100644 res/drawable-hdpi/ic_profile.png create mode 100644 res/drawable-mdpi/es_slidingpane_shadow.xml create mode 100644 res/drawable-mdpi/ic_action_add.png create mode 100644 res/drawable-mdpi/ic_action_send.png create mode 100644 res/drawable-mdpi/ic_action_unsecure.png create mode 100644 res/drawable-mdpi/ic_launcher.png create mode 100644 res/drawable-mdpi/ic_profile.png create mode 100644 res/drawable-xhdpi/es_slidingpane_shadow.xml create mode 100644 res/drawable-xhdpi/ic_action_add.png create mode 100644 res/drawable-xhdpi/ic_action_send.png create mode 100644 res/drawable-xhdpi/ic_action_send_now.png create mode 100644 res/drawable-xhdpi/ic_action_unsecure.png create mode 100644 res/drawable-xhdpi/ic_launcher.png create mode 100644 res/drawable-xhdpi/ic_profile.png create mode 100644 res/drawable-xhdpi/section_header.xml create mode 100644 res/drawable-xxhdpi/es_slidingpane_shadow.xml create mode 100644 res/drawable-xxhdpi/ic_launcher.png create mode 100644 res/drawable-xxhdpi/ic_profile.png create mode 100644 res/layout/activity_conversations.xml create mode 100644 res/layout/activity_new_conversation.xml create mode 100644 res/layout/contact.xml create mode 100644 res/layout/conversation_list_row.xml create mode 100644 res/layout/frament_conversation.xml create mode 100644 res/menu/conversations.xml create mode 100644 res/values-sw600dp/dimens.xml create mode 100644 res/values-sw720dp-land/dimens.xml create mode 100644 res/values-v11/styles.xml create mode 100644 res/values-v14/styles.xml create mode 100644 res/values/arrays.xml create mode 100644 res/values/dimens.xml create mode 100644 res/values/strings.xml create mode 100644 res/values/styles.xml create mode 100644 res/xml/preferences.xml (limited to 'res') 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 @@ + + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/ic_action_add.png b/res/drawable-hdpi/ic_action_add.png new file mode 100644 index 00000000..aa7cf4f2 Binary files /dev/null and b/res/drawable-hdpi/ic_action_add.png differ diff --git a/res/drawable-hdpi/ic_action_send.png b/res/drawable-hdpi/ic_action_send.png new file mode 100644 index 00000000..6384a4ee Binary files /dev/null and b/res/drawable-hdpi/ic_action_send.png differ diff --git a/res/drawable-hdpi/ic_action_send_now.png b/res/drawable-hdpi/ic_action_send_now.png new file mode 100644 index 00000000..ff0e369e Binary files /dev/null and b/res/drawable-hdpi/ic_action_send_now.png differ diff --git a/res/drawable-hdpi/ic_action_unsecure.png b/res/drawable-hdpi/ic_action_unsecure.png new file mode 100644 index 00000000..b9f442d5 Binary files /dev/null and b/res/drawable-hdpi/ic_action_unsecure.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 00000000..3125b12d Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/ic_profile.png b/res/drawable-hdpi/ic_profile.png new file mode 100644 index 00000000..3f071dec Binary files /dev/null and b/res/drawable-hdpi/ic_profile.png differ diff --git a/res/drawable-mdpi/es_slidingpane_shadow.xml b/res/drawable-mdpi/es_slidingpane_shadow.xml new file mode 100644 index 00000000..eaca7894 --- /dev/null +++ b/res/drawable-mdpi/es_slidingpane_shadow.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/res/drawable-mdpi/ic_action_add.png b/res/drawable-mdpi/ic_action_add.png new file mode 100644 index 00000000..99b189a0 Binary files /dev/null and b/res/drawable-mdpi/ic_action_add.png differ diff --git a/res/drawable-mdpi/ic_action_send.png b/res/drawable-mdpi/ic_action_send.png new file mode 100644 index 00000000..4552ae6d Binary files /dev/null and b/res/drawable-mdpi/ic_action_send.png differ diff --git a/res/drawable-mdpi/ic_action_unsecure.png b/res/drawable-mdpi/ic_action_unsecure.png new file mode 100644 index 00000000..84072abd Binary files /dev/null and b/res/drawable-mdpi/ic_action_unsecure.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 00000000..b3c9a5e1 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_profile.png b/res/drawable-mdpi/ic_profile.png new file mode 100644 index 00000000..0d056c7c Binary files /dev/null and b/res/drawable-mdpi/ic_profile.png differ 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 @@ + + + + + \ 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 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_add.png 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 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_send.png 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 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_send_now.png 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 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_unsecure.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 00000000..5ef36c2f Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_profile.png b/res/drawable-xhdpi/ic_profile.png new file mode 100644 index 00000000..88a82cf0 Binary files /dev/null and b/res/drawable-xhdpi/ic_profile.png 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 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable-xxhdpi/es_slidingpane_shadow.xml b/res/drawable-xxhdpi/es_slidingpane_shadow.xml new file mode 100644 index 00000000..eaca7894 --- /dev/null +++ b/res/drawable-xxhdpi/es_slidingpane_shadow.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..9dbbdd97 Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_profile.png b/res/drawable-xxhdpi/ic_profile.png new file mode 100644 index 00000000..309dc513 Binary files /dev/null and b/res/drawable-xxhdpi/ic_profile.png differ diff --git a/res/layout/activity_conversations.xml b/res/layout/activity_conversations.xml new file mode 100644 index 00000000..ae60de40 --- /dev/null +++ b/res/layout/activity_conversations.xml @@ -0,0 +1,29 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_new_conversation.xml b/res/layout/activity_new_conversation.xml new file mode 100644 index 00000000..68836761 --- /dev/null +++ b/res/layout/activity_new_conversation.xml @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/contact.xml b/res/layout/contact.xml new file mode 100644 index 00000000..1b11f0fc --- /dev/null +++ b/res/layout/contact.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/conversation_list_row.xml b/res/layout/conversation_list_row.xml new file mode 100644 index 00000000..5b3959c3 --- /dev/null +++ b/res/layout/conversation_list_row.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/frament_conversation.xml b/res/layout/frament_conversation.xml new file mode 100644 index 00000000..02fe1f90 --- /dev/null +++ b/res/layout/frament_conversation.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/res/menu/conversations.xml b/res/menu/conversations.xml new file mode 100644 index 00000000..39c36a53 --- /dev/null +++ b/res/menu/conversations.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml new file mode 100644 index 00000000..44f01db7 --- /dev/null +++ b/res/values-sw600dp/dimens.xml @@ -0,0 +1,8 @@ + + + + + diff --git a/res/values-sw720dp-land/dimens.xml b/res/values-sw720dp-land/dimens.xml new file mode 100644 index 00000000..61e3fa8f --- /dev/null +++ b/res/values-sw720dp-land/dimens.xml @@ -0,0 +1,9 @@ + + + + 128dp + + diff --git a/res/values-v11/styles.xml b/res/values-v11/styles.xml new file mode 100644 index 00000000..3c02242a --- /dev/null +++ b/res/values-v11/styles.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/res/values-v14/styles.xml b/res/values-v14/styles.xml new file mode 100644 index 00000000..a91fd037 --- /dev/null +++ b/res/values-v14/styles.xml @@ -0,0 +1,12 @@ + + + + + + diff --git a/res/values/arrays.xml b/res/values/arrays.xml new file mode 100644 index 00000000..592007ba --- /dev/null +++ b/res/values/arrays.xml @@ -0,0 +1,13 @@ + + + + None + OpenPGP + Off the record + + + none + pgp + otr + + diff --git a/res/values/dimens.xml b/res/values/dimens.xml new file mode 100644 index 00000000..55c1e590 --- /dev/null +++ b/res/values/dimens.xml @@ -0,0 +1,7 @@ + + + + 16dp + 16dp + + diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 00000000..053dfa5c --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,14 @@ + + + + Secure Conversations + Settings + New conversation + Manage accounts + Archive + Show details + Secure conversation + New Conversation + Hello world! + + diff --git a/res/values/styles.xml b/res/values/styles.xml new file mode 100644 index 00000000..31b2823f --- /dev/null +++ b/res/values/styles.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml new file mode 100644 index 00000000..696978de --- /dev/null +++ b/res/xml/preferences.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3