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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 244 - (show annotations) (download) (as text)
Sun Aug 9 17:46:09 2009 UTC (14 years, 9 months ago) by torben
File MIME type: text/xml
File size: 716 byte(s)
Draw a small icon next to the departure if there's extra information
1 <LinearLayout android:id="@+id/LinearLayout01"
2 android:layout_width="wrap_content"
3 android:layout_height="wrap_content"
4 android:paddingBottom="4px"
5 android:paddingTop="4px"
6 xmlns:android="http://schemas.android.com/apk/res/android">
7
8 <ImageView
9 android:id="@+id/Icon"
10 android:layout_width="20px"
11 android:layout_height="wrap_content"
12 android:paddingTop="3px"
13 android:paddingRight="2px"
14 />
15
16 <TextView
17 android:id="@+id/Time"
18 android:layout_width="70px"
19 android:layout_height="wrap_content"
20 android:textSize="20sp"
21 />
22 <TextView
23 android:id="@+id/Destination"
24 android:layout_width="fill_parent"
25 android:layout_height="wrap_content"
26 android:textSize="20sp"
27 />
28
29 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20