/[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 490 - (hide annotations) (download) (as text)
Thu Oct 29 19:27:29 2009 UTC (14 years, 7 months ago) by torben
File MIME type: text/xml
File size: 686 byte(s)
Reuse the existing views if possible
1 torben 237
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 torben 490 android:id="@+id/StationRow"
4 torben 237 android:layout_width="fill_parent"
5     android:layout_height="wrap_content"
6     android:orientation="vertical">
7    
8     <TextView android:id="@+id/stationName"
9     android:textSize="20sp"
10     android:textStyle="bold"
11     android:layout_width="fill_parent"
12     android:layout_height="wrap_content" android:text="Name"/>
13    
14     <TextView android:id="@+id/stationDistance"
15     android:textSize="16sp"
16     android:layout_width="fill_parent"
17     android:layout_height="wrap_content" android:text="Name"/>
18     </LinearLayout>
19    

  ViewVC Help
Powered by ViewVC 1.1.20