brsdk_register.xml
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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>