trackscanner/res/layout/main.xml

Sat, 22 Jun 2013 18:21:13 +0200

author
Malte Bayer <mbayer@neo-soft.org>
date
Sat, 22 Jun 2013 18:21:13 +0200
changeset 137
94d71156517b
parent 13
0bb6f12124fd
permissions
-rw-r--r--

added textfile event logger

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