mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-19 16:08:29 +00:00
15 lines
No EOL
570 B
XML
15 lines
No EOL
570 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<ImageView
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:background="@drawable/background_round_primary_color"
|
|
android:contentDescription="@string/content_description_go_back_to_call"
|
|
android:adjustViewBounds="true"
|
|
android:padding="10dp"
|
|
android:src="@drawable/call_back" />
|
|
|
|
</RelativeLayout> |