mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
49 lines
No EOL
1.6 KiB
XML
49 lines
No EOL
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical" >
|
|
|
|
<TextView
|
|
android:contentDescription="@string/content_description_welcome"
|
|
android:paddingTop="20dp"
|
|
android:textSize="30sp"
|
|
android:textStyle="bold"
|
|
android:layout_gravity="center"
|
|
android:textColor="@color/footer_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/setup_create_account"
|
|
android:gravity="center_horizontal"/>
|
|
|
|
<TextView
|
|
android:textSize="20sp"
|
|
android:layout_gravity="center"
|
|
android:textColor="@color/footer_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/setup_create_account_part_2"/>
|
|
|
|
<RelativeLayout
|
|
android:layout_marginTop="20dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<Button
|
|
android:id="@+id/setup_check"
|
|
android:layout_width="wrap_content"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp"
|
|
android:textAllCaps="true"
|
|
android:layout_centerInParent="true"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@android:color/black"
|
|
android:contentDescription="@string/setup_check_account_validation"
|
|
android:background="@drawable/resizable_assistant_button"
|
|
android:text="@string/setup_create"
|
|
android:layout_centerVertical="true"/>
|
|
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout> |