Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
riko0800r authored Sep 19, 2022
1 parent 87b7354 commit 17c96bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activity_main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<TextView
android:id="@+id/txt_hello"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="Hello world" />
</LinearLayout>

0 comments on commit 17c96bb

Please sign in to comment.