--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/trackscanner/res/layout/main.xml Tue Nov 22 21:36:35 2011 +0100 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <TextView + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:text="@string/hello" /> + + <EditText + android:id="@+id/editText1" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_weight="0.17" + android:inputType="textMultiLine" > + + <requestFocus /> + </EditText> + + <EditText + android:id="@+id/editText2" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_weight="0.14" android:inputType="textMultiLine"/> + +</LinearLayout> \ No newline at end of file