diff --git a/res/drawable-xhdpi/chat_photo_default.png b/res/drawable-xhdpi/chat_photo_default.png
deleted file mode 100644
index 6867dafa7..000000000
Binary files a/res/drawable-xhdpi/chat_photo_default.png and /dev/null differ
diff --git a/res/drawable-xhdpi/chat_photo_disabled.png b/res/drawable-xhdpi/chat_photo_disabled.png
deleted file mode 100644
index 1a3152ffe..000000000
Binary files a/res/drawable-xhdpi/chat_photo_disabled.png and /dev/null differ
diff --git a/res/drawable-xhdpi/chat_picture_default.png b/res/drawable-xhdpi/chat_picture_default.png
index 505d1c8dd..f5c3bf949 100644
Binary files a/res/drawable-xhdpi/chat_picture_default.png and b/res/drawable-xhdpi/chat_picture_default.png differ
diff --git a/res/drawable-xhdpi/chat_send_default.png b/res/drawable-xhdpi/chat_send_default.png
index 22f2e496f..05a49484f 100644
Binary files a/res/drawable-xhdpi/chat_send_default.png and b/res/drawable-xhdpi/chat_send_default.png differ
diff --git a/res/drawable-xhdpi/list_details_default.png b/res/drawable-xhdpi/list_details_default.png
index 0969ea202..660043029 100644
Binary files a/res/drawable-xhdpi/list_details_default.png and b/res/drawable-xhdpi/list_details_default.png differ
diff --git a/res/drawable/chat_send_message.xml b/res/drawable/chat_send_message.xml
index 2a8bb6a57..8cc2b9dc4 100644
--- a/res/drawable/chat_send_message.xml
+++ b/res/drawable/chat_send_message.xml
@@ -2,8 +2,6 @@
-
diff --git a/res/drawable/chat_send_picture.xml b/res/drawable/chat_send_picture.xml
index b28c8c74a..84c43169c 100644
--- a/res/drawable/chat_send_picture.xml
+++ b/res/drawable/chat_send_picture.xml
@@ -1,8 +1,8 @@
-
+
+ android:drawable="@drawable/chat_picture_default" />
diff --git a/res/layout/chat.xml b/res/layout/chat.xml
index dcab9e76b..3ae7ef855 100644
--- a/res/layout/chat.xml
+++ b/res/layout/chat.xml
@@ -104,37 +104,34 @@
android:orientation="vertical"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
- android:background="@color/colorD">
+ android:background="@color/colorF">
-
+ android:src="@drawable/chat_send_picture" />
-
+ android:layout_alignParentRight="true"/>
diff --git a/res/layout/chat_bubble_alt_incoming.xml b/res/layout/chat_bubble_alt_incoming.xml
deleted file mode 100644
index 5a5cea187..000000000
--- a/res/layout/chat_bubble_alt_incoming.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/layout/chat_bubble_alt_outgoing.xml b/res/layout/chat_bubble_alt_outgoing.xml
deleted file mode 100644
index 8b8f7fdf3..000000000
--- a/res/layout/chat_bubble_alt_outgoing.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/layout/chat_bubble_incoming.xml b/res/layout/chat_bubble_incoming.xml
index 97a41d860..d189aa4db 100644
--- a/res/layout/chat_bubble_incoming.xml
+++ b/res/layout/chat_bubble_incoming.xml
@@ -1,34 +1,52 @@
-
-
-
-
-
-
+ android:orientation="horizontal" >
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+ android:id="@+id/bubble"
+ android:padding="10dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal" >
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/res/values/non_localizable_custom.xml b/res/values/non_localizable_custom.xml
index 90a339b37..052f72835 100644
--- a/res/values/non_localizable_custom.xml
+++ b/res/values/non_localizable_custom.xml
@@ -47,7 +47,6 @@
true
false
true
- false
false
true
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 81191aaaa..e73f8e121 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -19,7 +19,7 @@