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

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

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

revision 834 by torben, Thu Jan 28 08:55:19 2010 UTC revision 835 by torben, Fri Jun 11 14:05:24 2010 UTC
# Line 41  Line 41 
41                 android:layout_width="fill_parent"                 android:layout_width="fill_parent"
42                 android:layout_height="wrap_content"                 android:layout_height="wrap_content"
43                 android:clickable="false"                 android:clickable="false"
44                   android:layout_weight="1"
45                 />                 />
46     <TextView android:id="@+id/metroonly"     <TextView android:id="@+id/metroonly"
47                  android:layout_width="wrap_content"                  android:layout_width="wrap_content"
# Line 50  Line 51 
51                                    
52                  />                  />
53                                    
54            <LinearLayout
55            android:orientation="horizontal"
56            android:layout_width="fill_parent"
57            android:layout_height="wrap_content"
58            >
59            <Button
60                    android:id="@+id/departurebtn"
61                    android:layout_width="0dp"
62                    android:layout_height="wrap_content"
63                    android:layout_weight="1"
64                    android:background="@drawable/custom_button_hilight"
65                            android:text="@string/departurelist_departures"
66                            />
67                    <Button
68                            android:id="@+id/arrivalbtn"
69                    android:layout_width="0dp"
70                    android:layout_height="wrap_content"
71                    android:background="@drawable/custom_button"
72                    android:layout_weight="1"
73                            android:text="@string/departurelist_arrivals"/>
74        </LinearLayout>
75  </LinearLayout>  </LinearLayout>

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

  ViewVC Help
Powered by ViewVC 1.1.20