2020-10-26 09:07:01 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context="net.monarchpass.piecannon.Main">
|
2020-10-30 06:52:53 -05:00
|
|
|
|
|
|
|
<TextView android:id="@+id/welcome"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Welcome to Pie Cannon! There is no GUI for editing servers yet." />
|
2020-10-26 09:07:01 -05:00
|
|
|
</ScrollView>
|