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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 247 - (hide annotations) (download) (as text)
Sun Aug 9 21:34:40 2009 UTC (14 years, 9 months ago) by torben
File MIME type: text/xml
File size: 715 byte(s)
Make the departurerow wider
1 torben 237 <LinearLayout android:id="@+id/LinearLayout01"
2 torben 247 android:layout_width="fill_parent"
3 torben 237 android:layout_height="wrap_content"
4     android:paddingBottom="4px"
5     android:paddingTop="4px"
6     xmlns:android="http://schemas.android.com/apk/res/android">
7 torben 244
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 torben 237
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 torben 244
29 torben 237 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20