/[projects]/android/TrainInfo/res/layout/textinput.xml
ViewVC logotype

Annotation of /android/TrainInfo/res/layout/textinput.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 553 - (hide annotations) (download) (as text)
Wed Jan 27 05:40:38 2010 UTC (14 years, 4 months ago) by torben
File MIME type: text/xml
File size: 406 byte(s)
The textinput box (search box) should only accept one line of text
1 torben 381 <?xml version="1.0" encoding="utf-8"?>
2     <LinearLayout
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="fill_parent"
5     android:layout_height="wrap_content" android:orientation="vertical">
6     <EditText
7     android:text=""
8     android:id="@+id/EditText"
9 torben 553 android:singleLine="true"
10 torben 381 android:layout_width="fill_parent"
11     android:layout_height="wrap_content"/>
12     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20