1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-28 02:08:13 +00:00
simplesshd/res/layout/main.xml

14 lines
393 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Hello World, SimpleSSHD"
/>
</LinearLayout>