/[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 1249 by torben, Thu Sep 16 17:13:51 2010 UTC revision 1250 by torben, Thu Mar 31 18:20:42 2011 UTC
# Line 119  Line 119 
119                  android:layout_weight="1"                  android:layout_weight="1"
120                          android:text="@string/departurelist_arrivals"                          android:text="@string/departurelist_arrivals"
121                          android:textSize="16sp"                          android:textSize="16sp"
122                            />              
123        </LinearLayout>
124            <LinearLayout
125            android:orientation="horizontal"
126            android:layout_width="fill_parent"
127            android:layout_height="wrap_content"
128            >
129            <Button
130                    android:id="@+id/regionalbtn"
131                    android:layout_width="0dp"
132                    android:layout_height="wrap_content"
133                    android:layout_weight="1"
134                    android:background="@drawable/custom_button_hilight"
135                            android:text="@string/departurelist_regional"
136                            android:textSize="16sp"
137                            />
138                    <Button
139                            android:id="@+id/stogbtn"
140                    android:layout_width="0dp"
141                    android:layout_height="wrap_content"
142                    android:background="@drawable/custom_button"
143                    android:layout_weight="1"
144                            android:text="@string/departurelist_stog"
145                            android:textSize="16sp"
146                          />                          />
147                  <Button                  <Button
148                          android:id="@+id/metrobtn"                          android:id="@+id/metrobtn"
# Line 130  Line 154 
154                          android:textSize="16sp"                          android:textSize="16sp"
155                          />                                                />                      
156      </LinearLayout>      </LinearLayout>
157        
158        
159  </LinearLayout>  </LinearLayout>

Legend:
Removed from v.1249  
changed lines
  Added in v.1250

  ViewVC Help
Powered by ViewVC 1.1.20