/[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 833 by torben, Wed Jan 27 12:39:56 2010 UTC revision 834 by torben, Fri Jun 11 11:21:36 2010 UTC
# Line 9  Line 9 
9          android:layout_height="wrap_content"          android:layout_height="wrap_content"
10          android:orientation="vertical"          android:orientation="vertical"
11           android:layout_weight="1"           android:layout_weight="1"
12             android:layout_gravity="center"
13          >          >
14                  <TextView android:id="@+id/stationName"                  <TextView android:id="@+id/stationName"
15                   android:textSize="20sp"                   android:textSize="20sp"
# Line 40  Line 41 
41                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
42                  android:src="@drawable/station_strain"                  android:src="@drawable/station_strain"
43                  android:layout_marginRight="4px"                  android:layout_marginRight="4px"
44                    android:layout_marginTop="12dp"
45                    android:layout_marginBottom="12dp"
46                  android:layout_gravity="center"/>                  android:layout_gravity="center"/>
47          <ImageView          <ImageView
48                  android:id="@+id/ismetro"                  android:id="@+id/ismetro"

Legend:
Removed from v.833  
changed lines
  Added in v.834

  ViewVC Help
Powered by ViewVC 1.1.20