android-openrat

Unnamed repository; edit this file 'description' to name the repository.
git clone http://git.code.weiherhei.de/android-openrat.git
Log | Files | Refs

main.xml (665B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
      3 	android:layout_width="fill_parent" android:layout_height="wrap_content">
      4 
      5 	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      6 		android:orientation="vertical" android:layout_width="fill_parent"
      7 		android:layout_height="fill_parent">
      8 
      9 		<TextView android:layout_width="fill_parent" android:id="@+id/hello"
     10 			android:layout_height="wrap_content" />
     11 
     12 		<Button android:id="@+id/connect" android:text="@string/connect"
     13 			android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
     14 	</LinearLayout>
     15 
     16 </ScrollView>