File tree 3 files changed +4
-4
lines changed
vector/src/main/res/layout
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 190
190
app : layout_constraintStart_toStartOf =" parent"
191
191
app : layout_constraintTop_toBottomOf =" @id/loginSplashSpace4" />
192
192
193
- <TextView
193
+ <Button
194
194
android : id =" @+id/loginSplashAlreadyHaveAccount"
195
195
style =" @style/Widget.Vector.Button.Text.Login"
196
196
android : layout_width =" 0dp"
Original file line number Diff line number Diff line change 127
127
android : id =" @+id/useCaseSkip"
128
128
android : layout_width =" 0dp"
129
129
android : layout_height =" wrap_content"
130
- android : gravity =" center"
131
130
android : clickable =" true"
131
+ android : gravity =" center"
132
132
app : layout_constraintBottom_toTopOf =" @id/contentFooterSpacing"
133
133
app : layout_constraintEnd_toEndOf =" @id/useCaseGutterEnd"
134
134
app : layout_constraintStart_toStartOf =" @id/useCaseGutterStart"
152
152
app : layout_constraintStart_toStartOf =" @id/useCaseGutterStart"
153
153
app : layout_constraintTop_toBottomOf =" @id/contentFooterSpacing" />
154
154
155
- <TextView
155
+ <Button
156
156
android : id =" @+id/useCaseConnectToServer"
157
157
style =" @style/Widget.Vector.Button.Text"
158
158
android : layout_width =" wrap_content"
Original file line number Diff line number Diff line change 69
69
app : layout_constraintStart_toStartOf =" @id/splashCarouselGutterStart"
70
70
app : layout_constraintTop_toBottomOf =" @id/loginSplashButtonsSpace" />
71
71
72
- <TextView
72
+ <Button
73
73
android : id =" @+id/loginSplashAlreadyHaveAccount"
74
74
style =" @style/Widget.Vector.Button.Text.Login"
75
75
android : layout_width =" 0dp"
You can’t perform that action at this time.
0 commit comments