Turn 'Learn more' link into a button to have a larger tap area

and a selectable background
This commit is contained in:
Torsten Grote
2021-02-26 15:22:00 -03:00
parent 7047f7d3d6
commit 0c0c34696a
4 changed files with 15 additions and 15 deletions

View File

@@ -46,7 +46,7 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:textColor="@color/briar_text_secondary_inverse"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintBottom_toTopOf="@+id/button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView"