first commit

This commit is contained in:
2020-09-28 19:54:36 +02:00
commit 3aaecabd4a
122 changed files with 2184 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/pano"
android:gravity="center_vertical"
android:padding="20dp"
android:textColor="#000000" />