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

Annotation of /android/TrainInfo/res/layout/stationrow.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: 653 byte(s)
First version
1 torben 237
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="fill_parent"
4     android:layout_height="wrap_content"
5     android:orientation="vertical">
6    
7     <TextView android:id="@+id/stationName"
8     android:textSize="20sp"
9     android:textStyle="bold"
10     android:layout_width="fill_parent"
11     android:layout_height="wrap_content" android:text="Name"/>
12    
13     <TextView android:id="@+id/stationDistance"
14     android:textSize="16sp"
15     android:layout_width="fill_parent"
16     android:layout_height="wrap_content" android:text="Name"/>
17     </LinearLayout>
18    

  ViewVC Help
Powered by ViewVC 1.1.20