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

editor.xml (902B)


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