trackscanner/res/layout/main.xml

Fri, 16 Dec 2011 00:24:35 +0100

author
Malte Bayer <mbayer@neo-soft.org>
date
Fri, 16 Dec 2011 00:24:35 +0100
changeset 85
a637228562a7
parent 13
0bb6f12124fd
permissions
-rw-r--r--

added exception drop in uart rx tree

<?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>

mercurial