/[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 237 - (hide annotations) (download) (as text)
Sat Aug 8 19:02:20 2009 UTC (14 years, 9 months ago) by torben
File MIME type: text/xml
File size: 547 byte(s)
First version
1 torben 237 <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     <TextView
9     android:id="@+id/Time"
10     android:layout_width="70px"
11     android:layout_height="wrap_content"
12     android:textSize="20sp"
13     />
14     <TextView
15     android:id="@+id/Destination"
16     android:layout_width="fill_parent"
17     android:layout_height="wrap_content"
18     android:textSize="20sp"
19     />
20    
21     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20