diff --git a/.classpath b/.classpath
index 67157cd28..1460c7812 100644
--- a/.classpath
+++ b/.classpath
@@ -3,12 +3,6 @@
-
-
-
-
-
-
-
+
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..de1ccfffa
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "plugins/ActionBarSherlock"]
+ path = plugins/ActionBarSherlock
+ url = https://github.com/JakeWharton/ActionBarSherlock
diff --git a/ActionBarSherlock.iml b/ActionBarSherlock.iml
new file mode 100644
index 000000000..44a5bb04e
--- /dev/null
+++ b/ActionBarSherlock.iml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ /plugins/ActionBarSherlock/library/res-overlay
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4a15a8f40..92884616c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,7 +6,7 @@
>
@@ -67,6 +68,7 @@
android:name="com.fsck.k9.activity.Accounts"
android:launchMode="singleTask"
android:configChanges="locale"
+ android:uiOptions="splitActionBarWhenNarrow"
android:label="@string/app_name">
@@ -90,6 +92,12 @@
android:excludeFromRecents="true"
>
+
+
@@ -207,6 +216,7 @@
android:name="com.fsck.k9.activity.MessageList"
android:launchMode="singleTask"
android:configChanges="locale"
+ android:uiOptions="splitActionBarWhenNarrow"
>
@@ -215,8 +225,8 @@
@@ -259,6 +269,7 @@
diff --git a/k9mail.iml b/k9mail.iml
index 89b53c252..64b1b8bc5 100644
--- a/k9mail.iml
+++ b/k9mail.iml
@@ -40,6 +40,7 @@
+
diff --git a/k9mail.ipr b/k9mail.ipr
index f92a9e81f..36cd53d09 100644
--- a/k9mail.ipr
+++ b/k9mail.ipr
@@ -113,6 +113,7 @@
+
@@ -138,10 +139,15 @@
-
+
+
+
+
+
+
@@ -169,6 +175,9 @@
+
+
+
@@ -186,6 +195,18 @@
+
+
+
+
+
+
+
+
@@ -367,6 +388,7 @@
+
@@ -389,6 +411,7 @@
+
@@ -451,6 +474,181 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/plugins/ActionBarSherlock b/plugins/ActionBarSherlock
new file mode 160000
index 000000000..9598f2bb2
--- /dev/null
+++ b/plugins/ActionBarSherlock
@@ -0,0 +1 @@
+Subproject commit 9598f2bb2ceed4a834cd5586a903f270ca4c0ccc
diff --git a/project.properties b/project.properties
index 46fb34716..486e7deb2 100644
--- a/project.properties
+++ b/project.properties
@@ -13,3 +13,4 @@ java.encoding=utf8
# Project target.
target=android-15
extensible.libs.classpath=compile-only-libs
+android.library.reference.1=plugins/ActionBarSherlock/library
diff --git a/res/anim/footer_appear.xml b/res/anim/footer_appear.xml
deleted file mode 100644
index 29beff9a4..000000000
--- a/res/anim/footer_appear.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
diff --git a/res/anim/footer_disappear.xml b/res/anim/footer_disappear.xml
deleted file mode 100644
index 35a28cb9c..000000000
--- a/res/anim/footer_disappear.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
diff --git a/res/drawable-hdpi/ic_action_add_attachment_dark.png b/res/drawable-hdpi/ic_action_add_attachment_dark.png
new file mode 100644
index 000000000..0107feef7
Binary files /dev/null and b/res/drawable-hdpi/ic_action_add_attachment_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_add_attachment_light.png b/res/drawable-hdpi/ic_action_add_attachment_light.png
new file mode 100644
index 000000000..26941f700
Binary files /dev/null and b/res/drawable-hdpi/ic_action_add_attachment_light.png differ
diff --git a/res/drawable-hdpi/ic_action_add_cc_bbc_light.png b/res/drawable-hdpi/ic_action_add_cc_bbc_light.png
new file mode 100644
index 000000000..b115bf1ac
Binary files /dev/null and b/res/drawable-hdpi/ic_action_add_cc_bbc_light.png differ
diff --git a/res/drawable-hdpi/ic_action_add_cc_bcc_dark.png b/res/drawable-hdpi/ic_action_add_cc_bcc_dark.png
new file mode 100644
index 000000000..27d721dac
Binary files /dev/null and b/res/drawable-hdpi/ic_action_add_cc_bcc_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_archive_dark.png b/res/drawable-hdpi/ic_action_archive_dark.png
new file mode 100644
index 000000000..f18e288d2
Binary files /dev/null and b/res/drawable-hdpi/ic_action_archive_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_archive_light.png b/res/drawable-hdpi/ic_action_archive_light.png
new file mode 100644
index 000000000..c38723212
Binary files /dev/null and b/res/drawable-hdpi/ic_action_archive_light.png differ
diff --git a/res/drawable-hdpi/ic_action_compose_dark.png b/res/drawable-hdpi/ic_action_compose_dark.png
new file mode 100644
index 000000000..9d5733a44
Binary files /dev/null and b/res/drawable-hdpi/ic_action_compose_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_compose_light.png b/res/drawable-hdpi/ic_action_compose_light.png
new file mode 100644
index 000000000..1a876e8ed
Binary files /dev/null and b/res/drawable-hdpi/ic_action_compose_light.png differ
diff --git a/res/drawable-hdpi/ic_action_delete_dark.png b/res/drawable-hdpi/ic_action_delete_dark.png
new file mode 100644
index 000000000..e770a298e
Binary files /dev/null and b/res/drawable-hdpi/ic_action_delete_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_delete_light.png b/res/drawable-hdpi/ic_action_delete_light.png
new file mode 100644
index 000000000..09abb199e
Binary files /dev/null and b/res/drawable-hdpi/ic_action_delete_light.png differ
diff --git a/res/drawable-hdpi/ic_action_move_or_copy_dark.png b/res/drawable-hdpi/ic_action_move_or_copy_dark.png
new file mode 100644
index 000000000..b293d11dc
Binary files /dev/null and b/res/drawable-hdpi/ic_action_move_or_copy_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_move_or_copy_light.png b/res/drawable-hdpi/ic_action_move_or_copy_light.png
new file mode 100644
index 000000000..a11c32645
Binary files /dev/null and b/res/drawable-hdpi/ic_action_move_or_copy_light.png differ
diff --git a/res/drawable-hdpi/ic_action_next_message_dark.png b/res/drawable-hdpi/ic_action_next_message_dark.png
new file mode 100644
index 000000000..657054d44
Binary files /dev/null and b/res/drawable-hdpi/ic_action_next_message_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_next_message_light.png b/res/drawable-hdpi/ic_action_next_message_light.png
new file mode 100644
index 000000000..49f871ec8
Binary files /dev/null and b/res/drawable-hdpi/ic_action_next_message_light.png differ
diff --git a/res/drawable-hdpi/ic_action_previous_message_dark.png b/res/drawable-hdpi/ic_action_previous_message_dark.png
new file mode 100644
index 000000000..1d6666192
Binary files /dev/null and b/res/drawable-hdpi/ic_action_previous_message_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_previous_message_light.png b/res/drawable-hdpi/ic_action_previous_message_light.png
new file mode 100644
index 000000000..b4a8f955f
Binary files /dev/null and b/res/drawable-hdpi/ic_action_previous_message_light.png differ
diff --git a/res/drawable-hdpi/ic_action_read_dark.png b/res/drawable-hdpi/ic_action_read_dark.png
new file mode 100644
index 000000000..058daeea7
Binary files /dev/null and b/res/drawable-hdpi/ic_action_read_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_read_light.png b/res/drawable-hdpi/ic_action_read_light.png
new file mode 100644
index 000000000..d0fa47b28
Binary files /dev/null and b/res/drawable-hdpi/ic_action_read_light.png differ
diff --git a/res/drawable-hdpi/ic_action_refresh_dark.png b/res/drawable-hdpi/ic_action_refresh_dark.png
new file mode 100644
index 000000000..d0ac1dfda
Binary files /dev/null and b/res/drawable-hdpi/ic_action_refresh_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_refresh_light.png b/res/drawable-hdpi/ic_action_refresh_light.png
new file mode 100644
index 000000000..2df79d81f
Binary files /dev/null and b/res/drawable-hdpi/ic_action_refresh_light.png differ
diff --git a/res/drawable-hdpi/ic_action_search_dark.png b/res/drawable-hdpi/ic_action_search_dark.png
new file mode 100644
index 000000000..caa960723
Binary files /dev/null and b/res/drawable-hdpi/ic_action_search_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_search_light.png b/res/drawable-hdpi/ic_action_search_light.png
new file mode 100644
index 000000000..32e8d7b31
Binary files /dev/null and b/res/drawable-hdpi/ic_action_search_light.png differ
diff --git a/res/drawable-hdpi/ic_action_send_dark.png b/res/drawable-hdpi/ic_action_send_dark.png
new file mode 100644
index 000000000..3ec4a6904
Binary files /dev/null and b/res/drawable-hdpi/ic_action_send_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_send_light.png b/res/drawable-hdpi/ic_action_send_light.png
new file mode 100644
index 000000000..073ca61d4
Binary files /dev/null and b/res/drawable-hdpi/ic_action_send_light.png differ
diff --git a/res/drawable-hdpi/ic_action_settings_dark.png b/res/drawable-hdpi/ic_action_settings_dark.png
new file mode 100644
index 000000000..d57b29053
Binary files /dev/null and b/res/drawable-hdpi/ic_action_settings_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_settings_light.png b/res/drawable-hdpi/ic_action_settings_light.png
new file mode 100644
index 000000000..4695ffb56
Binary files /dev/null and b/res/drawable-hdpi/ic_action_settings_light.png differ
diff --git a/res/drawable-hdpi/ic_action_single_message_options_dark.png b/res/drawable-hdpi/ic_action_single_message_options_dark.png
new file mode 100644
index 000000000..eb17c0192
Binary files /dev/null and b/res/drawable-hdpi/ic_action_single_message_options_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_single_message_options_light.png b/res/drawable-hdpi/ic_action_single_message_options_light.png
new file mode 100644
index 000000000..ff9dbdda9
Binary files /dev/null and b/res/drawable-hdpi/ic_action_single_message_options_light.png differ
diff --git a/res/drawable-hdpi/ic_action_sort_dark.png b/res/drawable-hdpi/ic_action_sort_dark.png
new file mode 100644
index 000000000..d1ba80647
Binary files /dev/null and b/res/drawable-hdpi/ic_action_sort_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_sort_light.png b/res/drawable-hdpi/ic_action_sort_light.png
new file mode 100644
index 000000000..449ac5bf1
Binary files /dev/null and b/res/drawable-hdpi/ic_action_sort_light.png differ
diff --git a/res/drawable-hdpi/ic_action_spam_dark.png b/res/drawable-hdpi/ic_action_spam_dark.png
new file mode 100644
index 000000000..26f854e63
Binary files /dev/null and b/res/drawable-hdpi/ic_action_spam_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_spam_light.png b/res/drawable-hdpi/ic_action_spam_light.png
new file mode 100644
index 000000000..003e3c9c0
Binary files /dev/null and b/res/drawable-hdpi/ic_action_spam_light.png differ
diff --git a/res/drawable-hdpi/ic_action_toggle_flag_dark.png b/res/drawable-hdpi/ic_action_toggle_flag_dark.png
new file mode 100755
index 000000000..dd047af3f
Binary files /dev/null and b/res/drawable-hdpi/ic_action_toggle_flag_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_toggle_flag_light.png b/res/drawable-hdpi/ic_action_toggle_flag_light.png
new file mode 100644
index 000000000..e7a143b4b
Binary files /dev/null and b/res/drawable-hdpi/ic_action_toggle_flag_light.png differ
diff --git a/res/drawable-hdpi/ic_action_toggle_read_dark.png b/res/drawable-hdpi/ic_action_toggle_read_dark.png
new file mode 100644
index 000000000..d3c6893f1
Binary files /dev/null and b/res/drawable-hdpi/ic_action_toggle_read_dark.png differ
diff --git a/res/drawable-hdpi/ic_action_toggle_read_light.png b/res/drawable-hdpi/ic_action_toggle_read_light.png
new file mode 100644
index 000000000..0ed1e97d5
Binary files /dev/null and b/res/drawable-hdpi/ic_action_toggle_read_light.png differ
diff --git a/res/drawable-ldpi/ic_action_add_attachment_dark.png b/res/drawable-ldpi/ic_action_add_attachment_dark.png
new file mode 100644
index 000000000..552be859a
Binary files /dev/null and b/res/drawable-ldpi/ic_action_add_attachment_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_add_attachment_light.png b/res/drawable-ldpi/ic_action_add_attachment_light.png
new file mode 100644
index 000000000..73006e226
Binary files /dev/null and b/res/drawable-ldpi/ic_action_add_attachment_light.png differ
diff --git a/res/drawable-ldpi/ic_action_add_cc_bbc_light.png b/res/drawable-ldpi/ic_action_add_cc_bbc_light.png
new file mode 100644
index 000000000..1195f28b9
Binary files /dev/null and b/res/drawable-ldpi/ic_action_add_cc_bbc_light.png differ
diff --git a/res/drawable-ldpi/ic_action_add_cc_bcc_dark.png b/res/drawable-ldpi/ic_action_add_cc_bcc_dark.png
new file mode 100644
index 000000000..4f4bb37a9
Binary files /dev/null and b/res/drawable-ldpi/ic_action_add_cc_bcc_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_archive_dark.png b/res/drawable-ldpi/ic_action_archive_dark.png
new file mode 100644
index 000000000..511ab7742
Binary files /dev/null and b/res/drawable-ldpi/ic_action_archive_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_archive_light.png b/res/drawable-ldpi/ic_action_archive_light.png
new file mode 100644
index 000000000..f10021c5b
Binary files /dev/null and b/res/drawable-ldpi/ic_action_archive_light.png differ
diff --git a/res/drawable-ldpi/ic_action_compose_dark.png b/res/drawable-ldpi/ic_action_compose_dark.png
new file mode 100644
index 000000000..f9b216450
Binary files /dev/null and b/res/drawable-ldpi/ic_action_compose_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_compose_light.png b/res/drawable-ldpi/ic_action_compose_light.png
new file mode 100644
index 000000000..46681e033
Binary files /dev/null and b/res/drawable-ldpi/ic_action_compose_light.png differ
diff --git a/res/drawable-ldpi/ic_action_delete_dark.png b/res/drawable-ldpi/ic_action_delete_dark.png
new file mode 100644
index 000000000..08708bd6d
Binary files /dev/null and b/res/drawable-ldpi/ic_action_delete_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_delete_light.png b/res/drawable-ldpi/ic_action_delete_light.png
new file mode 100644
index 000000000..73fecae54
Binary files /dev/null and b/res/drawable-ldpi/ic_action_delete_light.png differ
diff --git a/res/drawable-ldpi/ic_action_move_or_copy_dark.png b/res/drawable-ldpi/ic_action_move_or_copy_dark.png
new file mode 100644
index 000000000..8419840be
Binary files /dev/null and b/res/drawable-ldpi/ic_action_move_or_copy_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_move_or_copy_light.png b/res/drawable-ldpi/ic_action_move_or_copy_light.png
new file mode 100644
index 000000000..cbea7ae44
Binary files /dev/null and b/res/drawable-ldpi/ic_action_move_or_copy_light.png differ
diff --git a/res/drawable-ldpi/ic_action_next_message_dark.png b/res/drawable-ldpi/ic_action_next_message_dark.png
new file mode 100644
index 000000000..a6b481300
Binary files /dev/null and b/res/drawable-ldpi/ic_action_next_message_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_next_message_light.png b/res/drawable-ldpi/ic_action_next_message_light.png
new file mode 100644
index 000000000..8d2d9e708
Binary files /dev/null and b/res/drawable-ldpi/ic_action_next_message_light.png differ
diff --git a/res/drawable-ldpi/ic_action_previous_message_dark.png b/res/drawable-ldpi/ic_action_previous_message_dark.png
new file mode 100644
index 000000000..c0d3d24b0
Binary files /dev/null and b/res/drawable-ldpi/ic_action_previous_message_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_previous_message_light.png b/res/drawable-ldpi/ic_action_previous_message_light.png
new file mode 100644
index 000000000..159cb68d6
Binary files /dev/null and b/res/drawable-ldpi/ic_action_previous_message_light.png differ
diff --git a/res/drawable-ldpi/ic_action_read_dark.png b/res/drawable-ldpi/ic_action_read_dark.png
new file mode 100644
index 000000000..aa3960de2
Binary files /dev/null and b/res/drawable-ldpi/ic_action_read_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_read_light.png b/res/drawable-ldpi/ic_action_read_light.png
new file mode 100644
index 000000000..18414db4e
Binary files /dev/null and b/res/drawable-ldpi/ic_action_read_light.png differ
diff --git a/res/drawable-ldpi/ic_action_refresh_dark.png b/res/drawable-ldpi/ic_action_refresh_dark.png
new file mode 100644
index 000000000..4fba39712
Binary files /dev/null and b/res/drawable-ldpi/ic_action_refresh_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_refresh_light.png b/res/drawable-ldpi/ic_action_refresh_light.png
new file mode 100644
index 000000000..806bd49ae
Binary files /dev/null and b/res/drawable-ldpi/ic_action_refresh_light.png differ
diff --git a/res/drawable-ldpi/ic_action_search_dark.png b/res/drawable-ldpi/ic_action_search_dark.png
new file mode 100644
index 000000000..975f86525
Binary files /dev/null and b/res/drawable-ldpi/ic_action_search_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_search_light.png b/res/drawable-ldpi/ic_action_search_light.png
new file mode 100644
index 000000000..ff6323884
Binary files /dev/null and b/res/drawable-ldpi/ic_action_search_light.png differ
diff --git a/res/drawable-ldpi/ic_action_send_dark.png b/res/drawable-ldpi/ic_action_send_dark.png
new file mode 100644
index 000000000..4cacef2e1
Binary files /dev/null and b/res/drawable-ldpi/ic_action_send_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_send_light.png b/res/drawable-ldpi/ic_action_send_light.png
new file mode 100644
index 000000000..00b5d1050
Binary files /dev/null and b/res/drawable-ldpi/ic_action_send_light.png differ
diff --git a/res/drawable-ldpi/ic_action_settings_dark.png b/res/drawable-ldpi/ic_action_settings_dark.png
new file mode 100644
index 000000000..c3927fd7c
Binary files /dev/null and b/res/drawable-ldpi/ic_action_settings_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_settings_light.png b/res/drawable-ldpi/ic_action_settings_light.png
new file mode 100644
index 000000000..35b47aa5b
Binary files /dev/null and b/res/drawable-ldpi/ic_action_settings_light.png differ
diff --git a/res/drawable-ldpi/ic_action_single_message_options_dark.png b/res/drawable-ldpi/ic_action_single_message_options_dark.png
new file mode 100644
index 000000000..7510c8a1a
Binary files /dev/null and b/res/drawable-ldpi/ic_action_single_message_options_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_single_message_options_light.png b/res/drawable-ldpi/ic_action_single_message_options_light.png
new file mode 100644
index 000000000..17952fc0a
Binary files /dev/null and b/res/drawable-ldpi/ic_action_single_message_options_light.png differ
diff --git a/res/drawable-ldpi/ic_action_sort_dark.png b/res/drawable-ldpi/ic_action_sort_dark.png
new file mode 100644
index 000000000..c7191b830
Binary files /dev/null and b/res/drawable-ldpi/ic_action_sort_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_sort_light.png b/res/drawable-ldpi/ic_action_sort_light.png
new file mode 100644
index 000000000..2cf7708ab
Binary files /dev/null and b/res/drawable-ldpi/ic_action_sort_light.png differ
diff --git a/res/drawable-ldpi/ic_action_spam_dark.png b/res/drawable-ldpi/ic_action_spam_dark.png
new file mode 100644
index 000000000..1bbe80064
Binary files /dev/null and b/res/drawable-ldpi/ic_action_spam_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_spam_light.png b/res/drawable-ldpi/ic_action_spam_light.png
new file mode 100644
index 000000000..02fcb4083
Binary files /dev/null and b/res/drawable-ldpi/ic_action_spam_light.png differ
diff --git a/res/drawable-ldpi/ic_action_toggle_flag_dark.png b/res/drawable-ldpi/ic_action_toggle_flag_dark.png
new file mode 100644
index 000000000..e9ac07d08
Binary files /dev/null and b/res/drawable-ldpi/ic_action_toggle_flag_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_toggle_flag_light.png b/res/drawable-ldpi/ic_action_toggle_flag_light.png
new file mode 100644
index 000000000..529815d10
Binary files /dev/null and b/res/drawable-ldpi/ic_action_toggle_flag_light.png differ
diff --git a/res/drawable-ldpi/ic_action_toggle_read_dark.png b/res/drawable-ldpi/ic_action_toggle_read_dark.png
new file mode 100644
index 000000000..b56dcc5a7
Binary files /dev/null and b/res/drawable-ldpi/ic_action_toggle_read_dark.png differ
diff --git a/res/drawable-ldpi/ic_action_toggle_read_light.png b/res/drawable-ldpi/ic_action_toggle_read_light.png
new file mode 100644
index 000000000..4de40d45b
Binary files /dev/null and b/res/drawable-ldpi/ic_action_toggle_read_light.png differ
diff --git a/res/drawable-mdpi/ic_action_add_attachment_dark.png b/res/drawable-mdpi/ic_action_add_attachment_dark.png
new file mode 100644
index 000000000..7b66272c0
Binary files /dev/null and b/res/drawable-mdpi/ic_action_add_attachment_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_add_attachment_light.png b/res/drawable-mdpi/ic_action_add_attachment_light.png
new file mode 100644
index 000000000..2c4b2946c
Binary files /dev/null and b/res/drawable-mdpi/ic_action_add_attachment_light.png differ
diff --git a/res/drawable-mdpi/ic_action_add_cc_bbc_light.png b/res/drawable-mdpi/ic_action_add_cc_bbc_light.png
new file mode 100644
index 000000000..30c735098
Binary files /dev/null and b/res/drawable-mdpi/ic_action_add_cc_bbc_light.png differ
diff --git a/res/drawable-mdpi/ic_action_add_cc_bcc_dark.png b/res/drawable-mdpi/ic_action_add_cc_bcc_dark.png
new file mode 100644
index 000000000..af06adc72
Binary files /dev/null and b/res/drawable-mdpi/ic_action_add_cc_bcc_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_archive_dark.png b/res/drawable-mdpi/ic_action_archive_dark.png
new file mode 100644
index 000000000..7e46c2514
Binary files /dev/null and b/res/drawable-mdpi/ic_action_archive_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_archive_light.png b/res/drawable-mdpi/ic_action_archive_light.png
new file mode 100644
index 000000000..02eed0944
Binary files /dev/null and b/res/drawable-mdpi/ic_action_archive_light.png differ
diff --git a/res/drawable-mdpi/ic_action_compose_dark.png b/res/drawable-mdpi/ic_action_compose_dark.png
new file mode 100644
index 000000000..0532eeeeb
Binary files /dev/null and b/res/drawable-mdpi/ic_action_compose_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_compose_light.png b/res/drawable-mdpi/ic_action_compose_light.png
new file mode 100644
index 000000000..c34f3d660
Binary files /dev/null and b/res/drawable-mdpi/ic_action_compose_light.png differ
diff --git a/res/drawable-mdpi/ic_action_delete_dark.png b/res/drawable-mdpi/ic_action_delete_dark.png
new file mode 100644
index 000000000..729893f41
Binary files /dev/null and b/res/drawable-mdpi/ic_action_delete_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_delete_light.png b/res/drawable-mdpi/ic_action_delete_light.png
new file mode 100644
index 000000000..60903db9d
Binary files /dev/null and b/res/drawable-mdpi/ic_action_delete_light.png differ
diff --git a/res/drawable-mdpi/ic_action_move_or_copy_dark.png b/res/drawable-mdpi/ic_action_move_or_copy_dark.png
new file mode 100644
index 000000000..70109aee0
Binary files /dev/null and b/res/drawable-mdpi/ic_action_move_or_copy_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_move_or_copy_light.png b/res/drawable-mdpi/ic_action_move_or_copy_light.png
new file mode 100644
index 000000000..a8972a10f
Binary files /dev/null and b/res/drawable-mdpi/ic_action_move_or_copy_light.png differ
diff --git a/res/drawable-mdpi/ic_action_next_message_dark.png b/res/drawable-mdpi/ic_action_next_message_dark.png
new file mode 100644
index 000000000..dc675d5b5
Binary files /dev/null and b/res/drawable-mdpi/ic_action_next_message_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_next_message_light.png b/res/drawable-mdpi/ic_action_next_message_light.png
new file mode 100644
index 000000000..d80d0e112
Binary files /dev/null and b/res/drawable-mdpi/ic_action_next_message_light.png differ
diff --git a/res/drawable-mdpi/ic_action_previous_message_dark.png b/res/drawable-mdpi/ic_action_previous_message_dark.png
new file mode 100644
index 000000000..1eea4b0d6
Binary files /dev/null and b/res/drawable-mdpi/ic_action_previous_message_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_previous_message_light.png b/res/drawable-mdpi/ic_action_previous_message_light.png
new file mode 100644
index 000000000..498f7f4d2
Binary files /dev/null and b/res/drawable-mdpi/ic_action_previous_message_light.png differ
diff --git a/res/drawable-mdpi/ic_action_read_dark.png b/res/drawable-mdpi/ic_action_read_dark.png
new file mode 100644
index 000000000..cca47cb39
Binary files /dev/null and b/res/drawable-mdpi/ic_action_read_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_read_light.png b/res/drawable-mdpi/ic_action_read_light.png
new file mode 100644
index 000000000..b3ebbaeb0
Binary files /dev/null and b/res/drawable-mdpi/ic_action_read_light.png differ
diff --git a/res/drawable-mdpi/ic_action_refresh_dark.png b/res/drawable-mdpi/ic_action_refresh_dark.png
new file mode 100644
index 000000000..e5cd4d9e1
Binary files /dev/null and b/res/drawable-mdpi/ic_action_refresh_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_refresh_light.png b/res/drawable-mdpi/ic_action_refresh_light.png
new file mode 100644
index 000000000..eae201673
Binary files /dev/null and b/res/drawable-mdpi/ic_action_refresh_light.png differ
diff --git a/res/drawable-mdpi/ic_action_search_dark.png b/res/drawable-mdpi/ic_action_search_dark.png
new file mode 100644
index 000000000..bcad447ac
Binary files /dev/null and b/res/drawable-mdpi/ic_action_search_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_search_light.png b/res/drawable-mdpi/ic_action_search_light.png
new file mode 100644
index 000000000..a0d8dadb9
Binary files /dev/null and b/res/drawable-mdpi/ic_action_search_light.png differ
diff --git a/res/drawable-mdpi/ic_action_send_dark.png b/res/drawable-mdpi/ic_action_send_dark.png
new file mode 100644
index 000000000..1ae900ac3
Binary files /dev/null and b/res/drawable-mdpi/ic_action_send_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_send_light.png b/res/drawable-mdpi/ic_action_send_light.png
new file mode 100644
index 000000000..89a0fe8a2
Binary files /dev/null and b/res/drawable-mdpi/ic_action_send_light.png differ
diff --git a/res/drawable-mdpi/ic_action_settings_dark.png b/res/drawable-mdpi/ic_action_settings_dark.png
new file mode 100644
index 000000000..d90f1255e
Binary files /dev/null and b/res/drawable-mdpi/ic_action_settings_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_settings_light.png b/res/drawable-mdpi/ic_action_settings_light.png
new file mode 100644
index 000000000..4a192d4bc
Binary files /dev/null and b/res/drawable-mdpi/ic_action_settings_light.png differ
diff --git a/res/drawable-mdpi/ic_action_single_message_options_dark.png b/res/drawable-mdpi/ic_action_single_message_options_dark.png
new file mode 100644
index 000000000..6d876bbb8
Binary files /dev/null and b/res/drawable-mdpi/ic_action_single_message_options_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_single_message_options_light.png b/res/drawable-mdpi/ic_action_single_message_options_light.png
new file mode 100644
index 000000000..b08e56929
Binary files /dev/null and b/res/drawable-mdpi/ic_action_single_message_options_light.png differ
diff --git a/res/drawable-mdpi/ic_action_sort_dark.png b/res/drawable-mdpi/ic_action_sort_dark.png
new file mode 100644
index 000000000..43801c156
Binary files /dev/null and b/res/drawable-mdpi/ic_action_sort_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_sort_light.png b/res/drawable-mdpi/ic_action_sort_light.png
new file mode 100644
index 000000000..6926afbe8
Binary files /dev/null and b/res/drawable-mdpi/ic_action_sort_light.png differ
diff --git a/res/drawable-mdpi/ic_action_spam_dark.png b/res/drawable-mdpi/ic_action_spam_dark.png
new file mode 100644
index 000000000..f6da34b5d
Binary files /dev/null and b/res/drawable-mdpi/ic_action_spam_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_spam_light.png b/res/drawable-mdpi/ic_action_spam_light.png
new file mode 100644
index 000000000..c512d1a4b
Binary files /dev/null and b/res/drawable-mdpi/ic_action_spam_light.png differ
diff --git a/res/drawable-mdpi/ic_action_toggle_flag_dark.png b/res/drawable-mdpi/ic_action_toggle_flag_dark.png
new file mode 100755
index 000000000..dd634a743
Binary files /dev/null and b/res/drawable-mdpi/ic_action_toggle_flag_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_toggle_flag_light.png b/res/drawable-mdpi/ic_action_toggle_flag_light.png
new file mode 100644
index 000000000..3c8cea965
Binary files /dev/null and b/res/drawable-mdpi/ic_action_toggle_flag_light.png differ
diff --git a/res/drawable-mdpi/ic_action_toggle_read_dark.png b/res/drawable-mdpi/ic_action_toggle_read_dark.png
new file mode 100644
index 000000000..038e35df1
Binary files /dev/null and b/res/drawable-mdpi/ic_action_toggle_read_dark.png differ
diff --git a/res/drawable-mdpi/ic_action_toggle_read_light.png b/res/drawable-mdpi/ic_action_toggle_read_light.png
new file mode 100644
index 000000000..4f4b42671
Binary files /dev/null and b/res/drawable-mdpi/ic_action_toggle_read_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_add_attachment_dark.png b/res/drawable-xhdpi/ic_action_add_attachment_dark.png
new file mode 100644
index 000000000..295437ff5
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_add_attachment_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_add_attachment_light.png b/res/drawable-xhdpi/ic_action_add_attachment_light.png
new file mode 100644
index 000000000..19ddf0f2d
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_add_attachment_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_add_cc_bbc_light.png b/res/drawable-xhdpi/ic_action_add_cc_bbc_light.png
new file mode 100644
index 000000000..c944e0d9d
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_add_cc_bbc_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_add_cc_bcc_dark.png b/res/drawable-xhdpi/ic_action_add_cc_bcc_dark.png
new file mode 100644
index 000000000..48834c43a
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_add_cc_bcc_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_archive_dark.png b/res/drawable-xhdpi/ic_action_archive_dark.png
new file mode 100644
index 000000000..f19730baf
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_archive_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_archive_light.png b/res/drawable-xhdpi/ic_action_archive_light.png
new file mode 100644
index 000000000..80f42280e
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_archive_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_compose_dark.png b/res/drawable-xhdpi/ic_action_compose_dark.png
new file mode 100644
index 000000000..8429bc152
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_compose_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_compose_light.png b/res/drawable-xhdpi/ic_action_compose_light.png
new file mode 100644
index 000000000..1faf38c69
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_compose_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_delete_dark.png b/res/drawable-xhdpi/ic_action_delete_dark.png
new file mode 100644
index 000000000..90d65dfb9
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_delete_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_delete_light.png b/res/drawable-xhdpi/ic_action_delete_light.png
new file mode 100644
index 000000000..311511330
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_delete_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_move_or_copy_dark.png b/res/drawable-xhdpi/ic_action_move_or_copy_dark.png
new file mode 100644
index 000000000..d5a910c5d
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_move_or_copy_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_move_or_copy_light.png b/res/drawable-xhdpi/ic_action_move_or_copy_light.png
new file mode 100644
index 000000000..5721c615c
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_move_or_copy_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_next_message_dark.png b/res/drawable-xhdpi/ic_action_next_message_dark.png
new file mode 100644
index 000000000..b03529e16
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_next_message_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_next_message_light.png b/res/drawable-xhdpi/ic_action_next_message_light.png
new file mode 100644
index 000000000..039afc39e
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_next_message_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_previous_message_dark.png b/res/drawable-xhdpi/ic_action_previous_message_dark.png
new file mode 100644
index 000000000..49b456400
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_previous_message_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_previous_message_light.png b/res/drawable-xhdpi/ic_action_previous_message_light.png
new file mode 100644
index 000000000..16443bba7
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_previous_message_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_read_dark.png b/res/drawable-xhdpi/ic_action_read_dark.png
new file mode 100644
index 000000000..e334e65da
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_read_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_read_light.png b/res/drawable-xhdpi/ic_action_read_light.png
new file mode 100644
index 000000000..926cdef30
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_read_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_refresh_dark.png b/res/drawable-xhdpi/ic_action_refresh_dark.png
new file mode 100644
index 000000000..2cec0c8d4
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_refresh_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_refresh_light.png b/res/drawable-xhdpi/ic_action_refresh_light.png
new file mode 100644
index 000000000..9ded06afb
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_refresh_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_search_dark.png b/res/drawable-xhdpi/ic_action_search_dark.png
new file mode 100644
index 000000000..be76f2fa4
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_search_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_search_light.png b/res/drawable-xhdpi/ic_action_search_light.png
new file mode 100644
index 000000000..f4acc174d
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_search_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_send_dark.png b/res/drawable-xhdpi/ic_action_send_dark.png
new file mode 100644
index 000000000..6e7d5d02f
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_send_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_send_light.png b/res/drawable-xhdpi/ic_action_send_light.png
new file mode 100644
index 000000000..6eb16bfe4
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_send_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_settings_dark.png b/res/drawable-xhdpi/ic_action_settings_dark.png
new file mode 100644
index 000000000..f2572c846
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_settings_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_settings_light.png b/res/drawable-xhdpi/ic_action_settings_light.png
new file mode 100644
index 000000000..86273ab2c
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_settings_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_single_message_options_dark.png b/res/drawable-xhdpi/ic_action_single_message_options_dark.png
new file mode 100644
index 000000000..643e7383f
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_single_message_options_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_single_message_options_light.png b/res/drawable-xhdpi/ic_action_single_message_options_light.png
new file mode 100644
index 000000000..0a1278649
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_single_message_options_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_sort_dark.png b/res/drawable-xhdpi/ic_action_sort_dark.png
new file mode 100644
index 000000000..fdff32265
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_sort_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_sort_light.png b/res/drawable-xhdpi/ic_action_sort_light.png
new file mode 100644
index 000000000..f14926228
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_sort_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_spam_dark.png b/res/drawable-xhdpi/ic_action_spam_dark.png
new file mode 100644
index 000000000..bed41cd4f
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_spam_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_spam_light.png b/res/drawable-xhdpi/ic_action_spam_light.png
new file mode 100644
index 000000000..d83ef256d
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_spam_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_toggle_flag_dark.png b/res/drawable-xhdpi/ic_action_toggle_flag_dark.png
new file mode 100755
index 000000000..0c4ef1571
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_toggle_flag_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_toggle_flag_light.png b/res/drawable-xhdpi/ic_action_toggle_flag_light.png
new file mode 100644
index 000000000..9ef985d53
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_toggle_flag_light.png differ
diff --git a/res/drawable-xhdpi/ic_action_toggle_read_dark.png b/res/drawable-xhdpi/ic_action_toggle_read_dark.png
new file mode 100644
index 000000000..46f0896bb
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_toggle_read_dark.png differ
diff --git a/res/drawable-xhdpi/ic_action_toggle_read_light.png b/res/drawable-xhdpi/ic_action_toggle_read_light.png
new file mode 100644
index 000000000..4cd651b26
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_toggle_read_light.png differ
diff --git a/res/layout-land/actionbar_custom.xml b/res/layout-land/actionbar_custom.xml
new file mode 100644
index 000000000..ee40b173b
--- /dev/null
+++ b/res/layout-land/actionbar_custom.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-land/actionbar_spinner.xml b/res/layout-land/actionbar_spinner.xml
new file mode 100644
index 000000000..cd6f9c784
--- /dev/null
+++ b/res/layout-land/actionbar_spinner.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/accounts.xml b/res/layout/accounts.xml
index d916e87bc..f05c883c1 100644
--- a/res/layout/accounts.xml
+++ b/res/layout/accounts.xml
@@ -8,34 +8,4 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
-
-
-
-
-
-
-
-
-
diff --git a/res/layout/actionbar_custom.xml b/res/layout/actionbar_custom.xml
new file mode 100644
index 000000000..6d7ac5677
--- /dev/null
+++ b/res/layout/actionbar_custom.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/actionbar_indeterminate_progress.xml b/res/layout/actionbar_indeterminate_progress.xml
new file mode 100644
index 000000000..c7e8dbbf5
--- /dev/null
+++ b/res/layout/actionbar_indeterminate_progress.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/actionbar_indeterminate_progress_actionview.xml b/res/layout/actionbar_indeterminate_progress_actionview.xml
new file mode 100644
index 000000000..46b6170a9
--- /dev/null
+++ b/res/layout/actionbar_indeterminate_progress_actionview.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/actionbar_message_view.xml b/res/layout/actionbar_message_view.xml
new file mode 100644
index 000000000..c1488cc30
--- /dev/null
+++ b/res/layout/actionbar_message_view.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/actionbar_spinner.xml b/res/layout/actionbar_spinner.xml
new file mode 100644
index 000000000..494fefc05
--- /dev/null
+++ b/res/layout/actionbar_spinner.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/res/layout/message_list.xml b/res/layout/message_list.xml
index dbcdd09f4..b664aecb0 100644
--- a/res/layout/message_list.xml
+++ b/res/layout/message_list.xml
@@ -12,5 +12,4 @@
android:layout_weight="5"
/>
-
diff --git a/res/layout/message_list_batch_buttons.xml b/res/layout/message_list_batch_buttons.xml
deleted file mode 100644
index f5e1a213a..000000000
--- a/res/layout/message_list_batch_buttons.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/res/layout/message_view.xml b/res/layout/message_view.xml
index 7bf2fb51c..29cb23973 100644
--- a/res/layout/message_view.xml
+++ b/res/layout/message_view.xml
@@ -7,8 +7,4 @@
-
-
-
-
diff --git a/res/layout/message_view_bottom_buttons.xml b/res/layout/message_view_bottom_buttons.xml
deleted file mode 100644
index 28bd9ea9b..000000000
--- a/res/layout/message_view_bottom_buttons.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/res/layout/message_view_header.xml b/res/layout/message_view_header.xml
index 7a50fe98f..c9ef5a600 100644
--- a/res/layout/message_view_header.xml
+++ b/res/layout/message_view_header.xml
@@ -44,7 +44,8 @@
android:textSize="10sp"
android:textStyle="bold"
android:textColor="?android:attr/textColorSecondary"
- android:textAppearance="?android:attr/textAppearanceSmall"/>
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:visibility="gone"/>
-
+ android:gravity="right">
-
+
+
+
+
+
diff --git a/res/layout/message_view_move_buttons.xml b/res/layout/message_view_move_buttons.xml
deleted file mode 100644
index 21af3210a..000000000
--- a/res/layout/message_view_move_buttons.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/res/layout/welcome_message.xml b/res/layout/welcome_message.xml
new file mode 100644
index 000000000..70e019cf0
--- /dev/null
+++ b/res/layout/welcome_message.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/menu/accounts_option.xml b/res/menu/accounts_option.xml
index 82ea3303f..9c5d10c3a 100644
--- a/res/menu/accounts_option.xml
+++ b/res/menu/accounts_option.xml
@@ -1,32 +1,35 @@