uploading the initial project files

This commit is contained in:
tibbi 2020-04-03 10:12:58 +02:00
parent 013eb80531
commit feb4cd6e9a
26 changed files with 681 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />
</RelativeLayout>