brsdk_bind_phone.xml 1.7 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    style="@style/brsdk_layout_root"
    tools:layout_marginStart="32dp"
    tools:layout_marginEnd="32dp"
    tools:layout_gravity="center"
    >

    <include
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        layout="@layout/brsdk_navigation"
        android:layout_marginTop="-4dp"
        />


    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:background="@drawable/brsdk_r4_white"
        android:gravity="center_vertical"
        >
        <include layout="@layout/brsdk_phone_verify" />
    </LinearLayout>

    <TextView
        android:id="@+id/brSubmit"
        android:layout_width="match_parent"
        android:layout_height="40dp"
        android:textColor="@color/brsdk_white"
        android:textSize="@dimen/brsdk_font_18sp"
        android:text="@string/brsdk_button_bind"
        android:background="@drawable/brsdk_r4_theme"
        android:includeFontPadding="false"
        android:layout_marginTop="@dimen/brsdk_space_8dp"
        android:gravity="center"
        />

    <TextView
        android:id="@+id/brMessage"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="@dimen/brsdk_font_12sp"
        android:textColor="@color/brsdk_white"
        android:text="@string/brsdk_phone_desc"
        android:lineSpacingExtra="2dp"
        android:includeFontPadding="false"
        android:layout_marginTop="10dp"
        android:gravity="center"
        />

</LinearLayout>