Add basic UI element as POC.

This commit is contained in:
Andres Gomez, Thomas (ITDV CC) - AF (ext) 2023-07-13 22:55:59 +02:00
parent 1afd3bc02b
commit 6876ad7052
12 changed files with 606 additions and 9 deletions

View file

@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:name=".MainApplication"
android:allowBackup="true"