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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 365 - (hide annotations) (download) (as text)
Wed Sep 30 09:14:27 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/xml
File size: 847 byte(s)
First workable version with timetable feature
1 torben 365 <?xml version="1.0" encoding="utf-8"?>
2     <LinearLayout android:id="@+id/LinearLayout01"
3     android:layout_width="fill_parent"
4     android:layout_height="wrap_content"
5     android:paddingBottom="4px"
6     android:paddingTop="4px"
7     xmlns:android="http://schemas.android.com/apk/res/android">
8    
9    
10     <TextView
11     android:id="@+id/Station"
12     android:layout_width="wrap_content"
13     android:layout_height="wrap_content"
14     android:textSize="20sp"
15     />
16     <View
17     android:layout_width="wrap_content"
18     android:layout_height="wrap_content"
19     android:layout_weight="10"
20     />
21     <TextView
22     android:id="@+id/Arrival"
23     android:layout_width="60px"
24     android:layout_height="wrap_content"
25     android:textSize="20sp"
26     />
27     <TextView
28     android:id="@+id/Departure"
29     android:layout_width="60px"
30     android:layout_height="wrap_content"
31     android:textSize="20sp"
32     />
33    
34     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20