/[projects]/android/TrainInfo/src/main/res/layout/stationlist.xml
ViewVC logotype

Contents of /android/TrainInfo/src/main/res/layout/stationlist.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2469 - (show annotations) (download) (as text)
Fri Mar 20 21:36:47 2015 UTC (9 years, 3 months ago) by torben
File MIME type: text/xml
File size: 742 byte(s)
gradle
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
4 android:orientation="vertical"
5 android:layout_width="fill_parent"
6 android:layout_height="fill_parent"
7 android:padding="5dp"
8 >
9
10 <EditText
11 android:layout_height="wrap_content"
12 android:layout_width="match_parent"
13 android:id="@+id/stationsearch"
14 android:inputType="text"
15 android:visibility="gone" />
16
17 <ListView android:id="@id/android:list"
18 android:layout_width="fill_parent"
19 android:layout_height="wrap_content"
20 android:clickable="false"
21 android:layout_weight="1"
22 />
23
24
25 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20