brsdk_register.xml 1.3 KB
<?xml version="1.0" encoding="utf-8"?>
<merge
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    >

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

    <CheckBox
        android:id="@+id/brProtocol"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/brsdk_white"
        android:includeFontPadding="false"
        android:textSize="@dimen/brsdk_font_10sp"
        android:layout_marginTop="@dimen/brsdk_space_8dp"
        android:drawableStart="@drawable/brsdk_white_cb_theme"
        android:drawablePadding="@dimen/brsdk_space_4dp"
        android:padding="@dimen/brsdk_space_4dp"
        android:text="@string/brsdk_reg_protocol"
        android:layout_marginBottom="-4dp"
        android:gravity="center"
        android:button="@null"
        />

</merge>