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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1547 - (hide annotations) (download) (as text)
Thu Jul 7 19:07:55 2011 UTC (12 years, 10 months ago) by torben
File MIME type: text/xml
File size: 785 byte(s)
First working version with offline stationlist
1 torben 237 <?xml version="1.0" encoding="utf-8"?>
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 torben 336 xmlns:admobsdk="http://schemas.android.com/apk/res/dk.thoerup.traininfo"
4    
5 torben 237 android:orientation="vertical"
6     android:layout_width="fill_parent"
7     android:layout_height="fill_parent"
8     android:padding="5dp"
9     >
10 torben 1547
11     <EditText
12     android:layout_height="wrap_content"
13     android:layout_width="match_parent"
14     android:id="@+id/stationsearch"
15     android:visibility="gone" />
16    
17 torben 237 <ListView android:id="@id/android:list"
18     android:layout_width="fill_parent"
19 torben 336 android:layout_height="wrap_content"
20 torben 237 android:clickable="false"
21 torben 336 android:layout_weight="1"
22 torben 237 />
23 torben 336
24 torben 500
25 torben 237 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20