mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-24 07:08:09 +00:00
Fix contacts details view
This commit is contained in:
parent
0c8eacec41
commit
182bb91fe8
2 changed files with 12 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue