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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 545 - (show annotations) (download) (as text)
Fri Jan 22 10:56:48 2010 UTC (14 years, 3 months ago) by torben
File MIME type: text/xml
File size: 847 byte(s)
Switch some sizes from px (pixels) to dp(device independent pixels) so it looks better on eg. nexus one
1 <?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="60dp"
24 android:layout_height="wrap_content"
25 android:textSize="20sp"
26 />
27 <TextView
28 android:id="@+id/Departure"
29 android:layout_width="60dp"
30 android:layout_height="wrap_content"
31 android:textSize="20sp"
32 />
33
34 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20