Added popup functionality

This commit is contained in:
Bart
2021-01-06 15:35:16 +01:00
parent dabe3cfb99
commit f5a2eabf61
5 changed files with 74 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/help"
android:textAlignment="center"
android:background="@color/secondaryColour"
android:paddingVertical="10dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/help_discription"
android:background="@color/primaryColour">
</TextView>
</androidx.appcompat.widget.LinearLayoutCompat>