mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
31 lines
1 KiB
XML
31 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical" >
|
|
|
|
<TextView
|
|
android:text="@string/assistant_ec_calibration"
|
|
android:contentDescription="@string/content_description_welcome"
|
|
style="@style/font6"
|
|
android:textAllCaps="true"
|
|
android:paddingTop="20dp"
|
|
android:layout_gravity="center"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_horizontal"/>
|
|
|
|
<ImageView
|
|
android:contentDescription="@string/content_description_welcome"
|
|
android:layout_width="200dp"
|
|
android:layout_height="200dp"
|
|
android:layout_centerInParent="true"
|
|
android:src="@drawable/linphone_orange"/>
|
|
|
|
<ProgressBar
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true" />
|
|
|
|
</RelativeLayout>
|