/[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 381 - (hide annotations) (download) (as text)
Fri Oct 2 10:39:09 2009 UTC (14 years, 7 months ago) by torben
File MIME type: text/xml
File size: 378 byte(s)
Basic implementation of searchStationByName feature
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     android:layout_width="fill_parent"
10     android:layout_height="wrap_content"/>
11     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20