brsdk_automatic.xml
1.9 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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>