diff --git a/res/drawable-xhdpi/resizable_textfield.9.png b/res/drawable-xhdpi/resizable_textfield.9.png
index 0b657db88..51ad75cf4 100644
Binary files a/res/drawable-xhdpi/resizable_textfield.9.png and b/res/drawable-xhdpi/resizable_textfield.9.png differ
diff --git a/res/layout/chat.xml b/res/layout/chat.xml
index b43eecd88..2396a3c80 100644
--- a/res/layout/chat.xml
+++ b/res/layout/chat.xml
@@ -8,15 +8,13 @@
android:id="@+id/top_bar"
android:background="@color/colorF"
android:layout_width="match_parent"
- android:layout_height="60dp"
- android:layout_gravity="bottom">
+ android:layout_height="60dp">
@@ -26,7 +24,7 @@
android:src="@drawable/edit_list_button"
android:background="@drawable/toolbar_button"
android:contentDescription="@string/content_description_edit"
- android:layout_width="70dp"
+ android:layout_width="60dp"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:padding="15dp"/>
@@ -37,7 +35,7 @@
android:background="@drawable/toolbar_button"
android:contentDescription="@string/content_description_call"
android:layout_toLeftOf="@id/edit"
- android:layout_width="70dp"
+ android:layout_width="60dp"
android:layout_height="match_parent"
android:padding="15dp"/>
@@ -45,9 +43,8 @@
android:id="@+id/back_to_call"
android:src="@drawable/call_back"
android:background="@drawable/toolbar_button"
- android:contentDescription="@string/content_description_call"
android:layout_toLeftOf="@id/edit"
- android:layout_width="70dp"
+ android:layout_width="60dp"
android:layout_height="match_parent"
android:visibility="gone"
android:padding="15dp"/>
@@ -61,100 +58,92 @@
android:layout_height="match_parent"
android:layout_toRightOf="@id/back"
android:layout_toLeftOf="@id/start_call"
- android:paddingLeft="10dp"
- android:gravity="center_vertical"/>
+ android:gravity="center_vertical"
+ android:paddingLeft="5dp"/>
+ android:layout_alignParentBottom="true">
-
-
-
+ android:layout_height="wrap_content" />
+ android:layout_gravity="center_vertical"/>
-
+
+
-
+
\ No newline at end of file
diff --git a/res/layout/chat_bubble_incoming.xml b/res/layout/chat_bubble_incoming.xml
index edcc08feb..b4cabbd4f 100644
--- a/res/layout/chat_bubble_incoming.xml
+++ b/res/layout/chat_bubble_incoming.xml
@@ -4,106 +4,94 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
- android:orientation="horizontal" >
+ android:orientation="horizontal">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
diff --git a/res/layout/chat_bubble_outgoing.xml b/res/layout/chat_bubble_outgoing.xml
index f1cc4a47c..082a54d49 100644
--- a/res/layout/chat_bubble_outgoing.xml
+++ b/res/layout/chat_bubble_outgoing.xml
@@ -3,7 +3,7 @@
android:id="@+id/bubble"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:orientation="horizontal" >
+ android:orientation="horizontal">
+ android:visibility="gone"/>
+ android:orientation="horizontal">
+ android:layout_width="40dp"
+ android:layout_height="40dp"/>
+ android:padding="10dp">
+
@@ -94,8 +94,7 @@
android:id="@+id/status"
android:contentDescription="@string/content_description_message_status"
android:visibility="invisible"
- android:paddingRight="5dp"
- android:paddingTop="5dp"
+ android:padding="5dp"
android:layout_gravity="top|right"
android:layout_width="20dp"
android:layout_height="20dp"
diff --git a/res/layout/search_contact_cell.xml b/res/layout/search_contact_cell.xml
index 5fedcf401..32c1279b0 100644
--- a/res/layout/search_contact_cell.xml
+++ b/res/layout/search_contact_cell.xml
@@ -1,30 +1,26 @@
+ android:layout_centerVertical="true" />
+ android:layout_centerVertical="true"/>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 46f499f4e..8495d251a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -19,7 +19,7 @@