HelpPopup goed genoeg

This commit is contained in:
Bipin
2021-01-06 20:26:48 +01:00
parent 7da259a179
commit 5cc559d7ef
2 changed files with 3 additions and 3 deletions

View File

@@ -26,14 +26,14 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/helpPopTitle"
android:layout_width="300dp"
android:layout_height="400dp">
android:layout_height="450dp">
<TextView
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/helpPopTitle"
android:layout_width="280dp"
android:layout_height="380dp"
android:layout_height="430dp"
android:text="@string/help_discription"
android:textColor="@color/white"
android:layout_marginStart="10dp"