linphone-android/app/src/main/res/layout/call_overlay.xml
2021-04-17 10:00:27 +02:00

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>