Fix contacts details view

This commit is contained in:
Erwan Croze 2018-08-23 14:08:09 +02:00
parent 0c8eacec41
commit 182bb91fe8
2 changed files with 12 additions and 13 deletions

View file

@ -113,9 +113,8 @@
<TableLayout
android:id="@+id/controls"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
android:paddingTop="10dp"
android:layout_height="70dp"
android:paddingTop="20dp"
android:stretchColumns="*"/>
</LinearLayout>

View file

@ -65,23 +65,23 @@
<ImageView
android:id="@+id/contact_call"
android:src="@drawable/call_start_body_default"
android:contentDescription="@string/content_description_call"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerInParent="true"
android:layout_margin="10dp"
android:adjustViewBounds="true"
android:layout_centerInParent="true"/>
android:contentDescription="@string/content_description_call"
android:src="@drawable/call_start_body_default"/>
<ImageView
android:id="@+id/contact_chat"
android:src="@drawable/chat_start_body_default"
android:contentDescription="@string/content_description_chat"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerInParent="true"
android:layout_margin="10dp"
android:adjustViewBounds="true"
android:layout_centerInParent="true" />
android:contentDescription="@string/content_description_chat"
android:src="@drawable/chat_start_body_default"/>
</LinearLayout>
</LinearLayout>