1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-31 17:30:53 +00:00
simplesshd/res/layout/main.xml

14 lines
512 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"
2014-12-14 22:30:35 +00:00
android:layout_height="fill_parent">
<Button android:id="@+id/startstop"
android:layout_width="fill_parent"
2014-12-16 21:40:34 +00:00
android:layout_height="wrap_content"
2014-12-17 23:43:01 +00:00
android:layout_gravity="center"
2014-12-14 22:30:35 +00:00
android:text="Start"
android:textAppearance="?android:attr/textAppearanceLarge"
android:onClick="startstop_clicked" />
</LinearLayout>