HelpPopup klaar. Tekst veranderd naar wit en extra zin toegevoegd over locaties ingedrukt houden. Layout is veranderd naar constraintlayout

This commit is contained in:
Bipin
2021-01-06 16:20:10 +01:00
parent 7dc5ce098c
commit d6a6724ba0
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@
android:layout_width="300dp"
android:layout_height="50dp"
android:text="@string/help"
android:textColor="@color/black"
android:textAlignment="center"
android:background="@color/secondaryColour"
android:paddingVertical="10dp"/>
@@ -52,6 +53,7 @@
android:layout_width="280dp"
android:layout_height="380dp"
android:text="@string/help_discription"
android:textColor="@color/white"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:layout_marginTop="10dp"