mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
28 lines
No EOL
945 B
XML
28 lines
No EOL
945 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
android:id="@+id/contacts"
|
|
android:background="@color/footer_button"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_weight="1"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:adjustViewBounds="true">
|
|
|
|
<ImageView
|
|
android:id="@+id/image"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:adjustViewBounds="true"
|
|
android:scaleType="center"
|
|
android:contentDescription="@string/content_description_contacts"
|
|
android:src="@drawable/footer_contacts" />
|
|
|
|
<RelativeLayout
|
|
android:visibility="gone"
|
|
android:id="@+id/select"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="8dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:contentDescription="@string/content_description_contacts"
|
|
android:background="@color/footer_select" />
|
|
</RelativeLayout> |