brsdk_automatic.xml 1.9 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"
    android:orientation="horizontal"
    android:padding="@dimen/brsdk_space_4dp"
    tools:layout_marginStart="32dp"
    tools:layout_marginEnd="32dp"
    tools:layout_marginTop="32dp"
    tools:layout_gravity="top|center_horizontal"
    >

    <com.brsdk.android.widget.BRLoading
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:layout_marginStart="6dp"
        />
    <TextView
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:textColor="@color/brsdk_white"
        android:includeFontPadding="false"
        android:gravity="center_vertical"
        android:textSize="@dimen/brsdk_font_16sp"
        android:text="@string/brsdk_auto_welcome"
        android:layout_marginStart="6dp"
        />
    <TextView
        android:id="@+id/brAccount"
        android:layout_width="0dp"
        android:layout_height="match_parent"
        android:layout_weight="1"
        android:textColor="@color/brsdk_theme"
        android:includeFontPadding="false"
        android:gravity="center_vertical"
        android:layout_marginStart="@dimen/brsdk_space_4dp"
        android:textSize="@dimen/brsdk_font_16sp"
        android:ellipsize="end"
        android:maxLines="1"
        tools:text="17726342778"
        />
    <TextView
        android:id="@+id/brSwitch"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/brsdk_theme"
        android:includeFontPadding="false"
        android:textSize="@dimen/brsdk_font_16sp"
        android:text="@string/brsdk_switch_account"
        android:padding="@dimen/brsdk_space_8dp"
        />

</LinearLayout>