Move learn-more button to left and make borderless

This commit is contained in:
Sebastian Kürten
2021-01-07 10:41:33 +01:00
parent ea7e68d731
commit 7da57a1a1b

View File

@@ -27,10 +27,10 @@
<Button
android:id="@+id/buttonLearnMore"
style="?android:attr/borderlessButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/learn_more"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textViewExplanation" />