added ok button to help popup

This commit is contained in:
Sem van der Hoeven
2021-01-07 11:20:48 +01:00
parent c68bbd4062
commit 7e99070002
2 changed files with 12 additions and 0 deletions

View File

@@ -44,6 +44,15 @@
</ScrollView>
<Button
android:id="@+id/help_ok_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:text="ok"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/helpPopTitle" />