1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <androidx .coordinatorlayout.widget.CoordinatorLayout
3
+ xmlns : android =" http://schemas.android.com/apk/res/android"
3
4
xmlns : tools =" http://schemas.android.com/tools"
4
5
xmlns : app =" http://schemas.android.com/apk/res-auto"
5
- android : id =" @+id/root"
6
6
android : layout_width =" match_parent"
7
7
android : layout_height =" match_parent"
8
- android : layout_marginLeft =" 24dp"
9
- android : layout_marginRight =" 24dp"
10
- android : layout_marginTop =" 16dp"
11
- android : layout_marginBottom =" 16dp"
12
- android : orientation =" vertical"
13
- tools : context =" .auth.AuthUiActivity" >
8
+ android : fitsSystemWindows =" true" >
14
9
15
- <com .google.android.material.textview.MaterialTextView
16
- style =" @style/TextAppearance.MaterialComponents.Headline5"
17
- android : layout_width =" wrap_content"
18
- android : layout_height =" wrap_content"
19
- android : layout_gravity =" center_horizontal"
20
- android : text =" @string/title_anonymous_upgrade"
21
- app : drawableTopCompat =" @drawable/firebase_auth_120dp" />
22
-
23
- <TextView
24
- android : id =" @+id/status_text"
10
+ <LinearLayout
25
11
android : layout_width =" match_parent"
26
- android : layout_height =" wrap_content"
27
- android : layout_margin =" 16dp"
28
- android : gravity =" center"
29
- android : textIsSelectable =" true"
30
- tools : text =" This is the status view, sometimes it will have a very long status and other..." />
12
+ android : layout_height =" match_parent"
13
+ android : orientation =" vertical"
14
+ android : padding =" 16dp"
15
+ android : clipToPadding =" false"
16
+ android : fitsSystemWindows =" true" >
17
+
18
+ <com .google.android.material.textview.MaterialTextView
19
+ style =" @style/TextAppearance.MaterialComponents.Headline5"
20
+ android : layout_width =" wrap_content"
21
+ android : layout_height =" wrap_content"
22
+ android : layout_gravity =" center_horizontal"
23
+ android : text =" @string/title_anonymous_upgrade"
24
+ app : drawableTopCompat =" @drawable/firebase_auth_120dp" />
25
+
26
+ <TextView
27
+ android : id =" @+id/status_text"
28
+ android : layout_width =" match_parent"
29
+ android : layout_height =" wrap_content"
30
+ android : layout_margin =" 16dp"
31
+ android : gravity =" center"
32
+ android : textIsSelectable =" true"
33
+ tools : text =" This is the status view, sometimes it will have a very long status and other..." />
34
+
35
+ <Button
36
+ android : id =" @+id/anon_sign_in"
37
+ style =" @style/Widget.MaterialComponents.Button"
38
+ android : layout_width =" 200dp"
39
+ android : layout_height =" wrap_content"
40
+ android : layout_gravity =" center"
41
+ android : text =" @string/anonymous_sign_in" />
31
42
32
- <Button
33
- android : id =" @+id/anon_sign_in"
34
- style =" @style/Widget.MaterialComponents.Button"
35
- android : layout_width =" 200dp"
36
- android : layout_height =" wrap_content"
37
- android : layout_gravity =" center"
38
- android : text =" @string/anonymous_sign_in" />
43
+ <Button
44
+ android : id =" @+id/begin_flow"
45
+ style =" @style/Widget.MaterialComponents.Button"
46
+ android : layout_width =" 200dp"
47
+ android : layout_height =" wrap_content"
48
+ android : layout_gravity =" center"
49
+ android : text =" @string/launch_auth_ui"
50
+ android : enabled =" false" />
39
51
40
- <Button
41
- android : id =" @+id/begin_flow "
42
- style =" @style/Widget.MaterialComponents.Button"
43
- android : layout_width =" 200dp"
44
- android : layout_height =" wrap_content"
45
- android : layout_gravity =" center"
46
- android : text =" @string/launch_auth_ui "
47
- android : enabled =" false" />
52
+ <Button
53
+ android : id =" @+id/resolve_merge "
54
+ style =" @style/Widget.MaterialComponents.Button"
55
+ android : layout_width =" 200dp"
56
+ android : layout_height =" wrap_content"
57
+ android : layout_gravity =" center"
58
+ android : text =" @string/resolve_merge_conflict "
59
+ android : enabled =" false" />
48
60
49
- <Button
50
- android : id =" @+id/resolve_merge "
51
- style =" @style/Widget.MaterialComponents.Button"
52
- android : layout_width =" 200dp"
53
- android : layout_height =" wrap_content"
54
- android : layout_gravity =" center"
55
- android : text =" @string/resolve_merge_conflict "
56
- android : enabled =" false" />
61
+ <Button
62
+ android : id =" @+id/sign_out "
63
+ style =" @style/Widget.MaterialComponents.Button"
64
+ android : layout_width =" 200dp"
65
+ android : layout_height =" wrap_content"
66
+ android : layout_gravity =" center"
67
+ android : text =" @string/sign_out "
68
+ android : enabled =" false" />
57
69
58
- <Button
59
- android : id =" @+id/sign_out"
60
- style =" @style/Widget.MaterialComponents.Button"
61
- android : layout_width =" 200dp"
62
- android : layout_height =" wrap_content"
63
- android : layout_gravity =" center"
64
- android : text =" @string/sign_out"
65
- android : enabled =" false" />
70
+ </LinearLayout >
66
71
67
- </LinearLayout >
72
+ </androidx .coordinatorlayout.widget.CoordinatorLayout >
0 commit comments