Files
piecannon/android/src/main/res/layout/activity_main.xml

14 lines
610 B
XML
Raw Normal View History

<?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">
<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." />
</ScrollView>