/[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 1763 - (hide annotations) (download) (as text)
Thu Mar 22 10:17:30 2012 UTC (12 years, 2 months ago) by torben
File MIME type: text/xml
File size: 436 byte(s)
Lint corrections
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 torben 1763 android:layout_height="wrap_content"
12     android:inputType="text"
13     />
14 torben 381 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20