diff --git a/res/layout/call.xml b/res/layout/call.xml index 7c60f4a52..7f948a270 100644 --- a/res/layout/call.xml +++ b/res/layout/call.xml @@ -12,17 +12,15 @@ android:layout_height="35dp" tools:layout="@layout/status" /> - + android:layout_below="@+id/status"> + android:layout_height="match_parent"> - + - - - + android:layout_height="wrap_content" + android:layout_above="@id/calls_list" + android:visibility="visible"> - + - - + - + + + android:id="@+id/contact_picture" + android:src="@drawable/avatar_big" + android:contentDescription="@string/content_description_contact_picture" + android:layout_centerInParent="true" + android:layout_width="200dp" + android:layout_height="200dp" + android:paddingBottom="20dp"/> - + android:orientation="vertical" + android:visibility="gone"> - + - + - - + + + + + + - + + + - - - + android:layout_height="70dp" + android:layout_above="@id/menu" + android:orientation="horizontal" > - + + + + + + + + + + + android:layout_height="70dp" + android:layout_above="@id/menu_bottom" + android:orientation="horizontal" > - + - + - + - + - + - - - - - - - - + android:layout_height="50dp"> + android:padding="15dp"/> + android:padding="12dp"/> + android:padding="12dp"/> + android:paddingLeft="10dp"/> \ No newline at end of file diff --git a/res/layout/chat_bubble_incoming.xml b/res/layout/chat_bubble_incoming.xml index db167ab97..16d954f44 100644 --- a/res/layout/chat_bubble_incoming.xml +++ b/res/layout/chat_bubble_incoming.xml @@ -46,7 +46,7 @@ android:maxHeight="250dp" /> @@ -62,10 +62,13 @@