1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : tools =" http://schemas.android.com/tools"
5+ android : layout_width =" match_parent"
6+ android : layout_height =" match_parent" >
7+
8+ <androidx .constraintlayout.widget.ConstraintLayout
9+ android : layout_width =" 300dp"
10+ android : layout_height =" 240dp"
11+ android : layout_margin =" 30dp"
12+ android : layout_marginTop =" 30dp"
13+ app : layout_constraintBottom_toBottomOf =" parent"
14+ app : layout_constraintEnd_toEndOf =" parent"
15+ app : layout_constraintHorizontal_bias =" 0.504"
16+ app : layout_constraintStart_toStartOf =" parent"
17+ app : layout_constraintTop_toBottomOf =" @+id/constraintLayout6" >
18+
19+ <ImageView
20+ android : id =" @+id/imageView5"
21+ android : layout_width =" 50dp"
22+ android : layout_height =" 50dp"
23+ app : layout_constraintStart_toStartOf =" parent"
24+ app : layout_constraintTop_toTopOf =" parent"
25+ app : srcCompat =" @drawable/baseline_logout_24" />
26+
27+ <TextView
28+ android : id =" @+id/textView6"
29+ android : layout_width =" 0dp"
30+ android : layout_height =" wrap_content"
31+ android : layout_marginStart =" 15dp"
32+ android : text =" Share Device"
33+ android : textSize =" 20sp"
34+ app : layout_constraintEnd_toEndOf =" parent"
35+ app : layout_constraintStart_toEndOf =" @+id/imageView5"
36+ app : layout_constraintTop_toTopOf =" parent" />
37+
38+ <TextView
39+ android : id =" @+id/textView8"
40+ android : layout_width =" 0dp"
41+ android : layout_height =" wrap_content"
42+ android : layout_marginStart =" 15dp"
43+ android : layout_marginTop =" 10dp"
44+ android : text =" 341784"
45+ android : textSize =" 24sp"
46+ app : layout_constraintEnd_toEndOf =" parent"
47+ app : layout_constraintHorizontal_bias =" 0.0"
48+ app : layout_constraintStart_toEndOf =" @+id/imageView5"
49+ app : layout_constraintTop_toBottomOf =" @+id/textView10" />
50+
51+ <Button
52+ android : id =" @+id/shareButton"
53+ android : layout_width =" wrap_content"
54+ android : layout_height =" wrap_content"
55+ android : layout_marginStart =" 15dp"
56+ android : background =" @drawable/round_button_share"
57+ android : text =" Share"
58+ android : textColor =" #3C3C3C"
59+ app : layout_constraintBottom_toBottomOf =" parent"
60+ app : layout_constraintStart_toEndOf =" @+id/imageView5"
61+ app : layout_constraintTop_toBottomOf =" @+id/textView8" />
62+
63+ <TextView
64+ android : id =" @+id/textView9"
65+ android : layout_width =" 0dp"
66+ android : layout_height =" wrap_content"
67+ android : layout_marginStart =" 15dp"
68+ android : layout_marginTop =" 20dp"
69+ android : text =" Use a generated code to share device with friends and family"
70+ app : layout_constraintEnd_toEndOf =" parent"
71+ app : layout_constraintStart_toEndOf =" @+id/imageView5"
72+ app : layout_constraintTop_toBottomOf =" @+id/textView6" />
73+
74+ <TextView
75+ android : id =" @+id/textView10"
76+ android : layout_width =" 0dp"
77+ android : layout_height =" wrap_content"
78+ android : layout_marginStart =" 15dp"
79+ android : layout_marginTop =" 20dp"
80+ android : text =" Share code with friends"
81+ app : layout_constraintEnd_toEndOf =" parent"
82+ app : layout_constraintStart_toEndOf =" @+id/imageView5"
83+ app : layout_constraintTop_toBottomOf =" @+id/textView9" />
84+ </androidx .constraintlayout.widget.ConstraintLayout>
85+
86+ <TextView
87+ android : id =" @+id/textView3"
88+ android : layout_width =" wrap_content"
89+ android : layout_height =" wrap_content"
90+ android : layout_marginTop =" 30dp"
91+ android : text =" Share Device"
92+ android : textSize =" 28sp"
93+ android : textStyle =" bold"
94+ app : layout_constraintEnd_toEndOf =" parent"
95+ app : layout_constraintStart_toStartOf =" parent"
96+ app : layout_constraintTop_toTopOf =" parent" />
97+
98+ <androidx .constraintlayout.widget.ConstraintLayout
99+ android : id =" @+id/constraintLayout6"
100+ android : layout_width =" 300dp"
101+ android : layout_height =" 240dp"
102+ android : layout_margin =" 30dp"
103+ app : layout_constraintEnd_toEndOf =" parent"
104+ app : layout_constraintStart_toStartOf =" parent"
105+ app : layout_constraintTop_toBottomOf =" @+id/textView3" >
106+
107+ <ImageView
108+ android : id =" @+id/imageView15"
109+ android : layout_width =" 50dp"
110+ android : layout_height =" 50dp"
111+ app : layout_constraintStart_toStartOf =" parent"
112+ app : layout_constraintTop_toTopOf =" parent"
113+ app : srcCompat =" @drawable/baseline_login_24" />
114+
115+ <TextView
116+ android : id =" @+id/textView16"
117+ android : layout_width =" 0dp"
118+ android : layout_height =" wrap_content"
119+ android : layout_marginStart =" 15dp"
120+ android : text =" Get Device"
121+ android : textSize =" 20sp"
122+ app : layout_constraintEnd_toEndOf =" parent"
123+ app : layout_constraintStart_toEndOf =" @+id/imageView15"
124+ app : layout_constraintTop_toTopOf =" parent" />
125+
126+ <EditText
127+ android : id =" @+id/textView18"
128+ android : layout_width =" 0dp"
129+ android : layout_height =" wrap_content"
130+ android : layout_marginStart =" 15dp"
131+ android : layout_marginTop =" 10dp"
132+ android : hint =" Code"
133+ android : text =" 341784"
134+ android : textSize =" 24sp"
135+ app : layout_constraintEnd_toEndOf =" parent"
136+ app : layout_constraintHorizontal_bias =" 0.0"
137+ app : layout_constraintStart_toEndOf =" @+id/imageView15"
138+ app : layout_constraintTop_toBottomOf =" @+id/textView110" />
139+
140+ <Button
141+ android : id =" @+id/connectButton"
142+ android : layout_width =" wrap_content"
143+ android : layout_height =" wrap_content"
144+ android : layout_marginStart =" 15dp"
145+ android : background =" @drawable/round_button"
146+ android : text =" Connect"
147+ android : textColor =" #FFFFFF"
148+ app : layout_constraintBottom_toBottomOf =" parent"
149+ app : layout_constraintStart_toEndOf =" @+id/imageView15"
150+ app : layout_constraintTop_toBottomOf =" @+id/textView18" />
151+
152+ <TextView
153+ android : id =" @+id/textView19"
154+ android : layout_width =" 0dp"
155+ android : layout_height =" wrap_content"
156+ android : layout_marginStart =" 15dp"
157+ android : layout_marginTop =" 20dp"
158+ android : text =" Type code from another device to get device on your phone"
159+ app : layout_constraintEnd_toEndOf =" parent"
160+ app : layout_constraintStart_toEndOf =" @+id/imageView15"
161+ app : layout_constraintTop_toBottomOf =" @+id/textView16" />
162+
163+ <TextView
164+ android : id =" @+id/textView110"
165+ android : layout_width =" 0dp"
166+ android : layout_height =" wrap_content"
167+ android : layout_marginStart =" 15dp"
168+ android : layout_marginTop =" 20dp"
169+ android : text =" Security code from friend"
170+ app : layout_constraintEnd_toEndOf =" parent"
171+ app : layout_constraintStart_toEndOf =" @+id/imageView15"
172+ app : layout_constraintTop_toBottomOf =" @+id/textView19" />
173+ </androidx .constraintlayout.widget.ConstraintLayout>
174+
175+ </androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments