Skip to content

Commit 47c9e75

Browse files
committed
making the text only buttons a button widget to give them touch feedback
1 parent f3cc7e9 commit 47c9e75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

vector/src/main/res/layout/fragment_ftue_auth_splash.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
app:layout_constraintStart_toStartOf="parent"
191191
app:layout_constraintTop_toBottomOf="@id/loginSplashSpace4" />
192192

193-
<TextView
193+
<Button
194194
android:id="@+id/loginSplashAlreadyHaveAccount"
195195
style="@style/Widget.Vector.Button.Text.Login"
196196
android:layout_width="0dp"

vector/src/main/res/layout/fragment_ftue_auth_use_case.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
android:id="@+id/useCaseSkip"
128128
android:layout_width="0dp"
129129
android:layout_height="wrap_content"
130-
android:gravity="center"
131130
android:clickable="true"
131+
android:gravity="center"
132132
app:layout_constraintBottom_toTopOf="@id/contentFooterSpacing"
133133
app:layout_constraintEnd_toEndOf="@id/useCaseGutterEnd"
134134
app:layout_constraintStart_toStartOf="@id/useCaseGutterStart"
@@ -152,7 +152,7 @@
152152
app:layout_constraintStart_toStartOf="@id/useCaseGutterStart"
153153
app:layout_constraintTop_toBottomOf="@id/contentFooterSpacing" />
154154

155-
<TextView
155+
<Button
156156
android:id="@+id/useCaseConnectToServer"
157157
style="@style/Widget.Vector.Button.Text"
158158
android:layout_width="wrap_content"

vector/src/main/res/layout/fragment_ftue_splash_carousel.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
app:layout_constraintStart_toStartOf="@id/splashCarouselGutterStart"
7070
app:layout_constraintTop_toBottomOf="@id/loginSplashButtonsSpace" />
7171

72-
<TextView
72+
<Button
7373
android:id="@+id/loginSplashAlreadyHaveAccount"
7474
style="@style/Widget.Vector.Button.Text.Login"
7575
android:layout_width="0dp"

0 commit comments

Comments
 (0)