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"> - - - - - - - - - - - - - - - - - - + -