mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
17 lines
No EOL
525 B
XML
17 lines
No EOL
525 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TableRow xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="75dp"
|
|
android:layout_margin="2dp"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:padding="10dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/contactPicture"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal|top"
|
|
android:src="@drawable/avatar" />
|
|
|
|
</TableRow> |