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

Diff of /android/TrainInfo/res/layout/stationrow.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 557 by torben, Thu Oct 29 19:50:02 2009 UTC revision 558 by torben, Wed Jan 27 11:12:37 2010 UTC
# Line 4  Line 4 
4       android:layout_height="wrap_content"       android:layout_height="wrap_content"
5       android:orientation="vertical">       android:orientation="vertical">
6    
7          <TextView android:id="@+id/stationName"          <LinearLayout
8           android:textSize="20sp"              android:layout_width="fill_parent"
9           android:textStyle="bold"          android:layout_height="wrap_content"
10           android:layout_width="fill_parent"          android:orientation="horizontal">
11           android:layout_height="wrap_content" android:text="Name"/>          
12                    <TextView android:id="@+id/stationName"
13                     android:textSize="20sp"
14                     android:textStyle="bold"
15                     android:layout_width="wrap_content"
16                     android:layout_height="wrap_content"
17                     android:text="Name"
18                             android:layout_marginRight="10dp"
19                             android:layout_weight="1"
20                     />
21              
22                    <ImageView
23                            android:id="@+id/isregional"
24                            android:layout_width="wrap_content"
25                            android:layout_height="wrap_content"
26                            android:src="@drawable/station_reg"
27                            android:layout_marginRight="4px"
28                            android:layout_gravity="center"
29                            />
30                    <ImageView
31                            android:id="@+id/isstrain"
32                            android:layout_width="wrap_content"
33                            android:layout_height="wrap_content"
34                            android:src="@drawable/station_strain"
35                            android:layout_marginRight="4px"
36                            android:layout_gravity="center"/>
37                    <ImageView
38                            android:id="@+id/ismetro"
39                            android:layout_width="wrap_content"
40                            android:layout_height="wrap_content"
41                            android:src="@drawable/station_metro"
42                            android:layout_marginRight="2px"
43                            android:layout_gravity="center"/>                      
44                    
45            </LinearLayout>
46                    
47          <TextView android:id="@+id/stationDistance"          <TextView android:id="@+id/stationDistance"
48           android:textSize="16sp"           android:textSize="16sp"
49           android:layout_width="fill_parent"           android:layout_width="fill_parent"
50           android:layout_height="wrap_content" android:text="Name"/>           android:layout_height="wrap_content" android:text="Distance"/>
51   </LinearLayout>   </LinearLayout>
52    

Legend:
Removed from v.557  
changed lines
  Added in v.558

  ViewVC Help
Powered by ViewVC 1.1.20