/[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 1053 by torben, Tue Sep 14 16:00:57 2010 UTC revision 1250 by torben, Thu Mar 31 18:20:42 2011 UTC
# Line 68  Line 68 
68                          android:layout_width="wrap_content"                          android:layout_width="wrap_content"
69                          android:layout_height="wrap_content"                                              android:layout_height="wrap_content"                    
70                          android:paddingBottom="2dp"                          android:paddingBottom="2dp"
71                            android:textSize="16sp"
72                          />                          />
73    
74                                                    
# Line 88  Line 89 
89                  <TextView                  <TextView
90                          android:id="@+id/plan"                          android:id="@+id/plan"
91                          android:layout_width="wrap_content"                          android:layout_width="wrap_content"
92                          android:layout_height="wrap_content"                                              android:layout_height="wrap_content"
93                            android:textSize="16sp"                
94                          />                          />
95          </LinearLayout>          </LinearLayout>
96    
# Line 107  Line 109 
109                  android:layout_weight="1"                  android:layout_weight="1"
110                  android:background="@drawable/custom_button_hilight"                  android:background="@drawable/custom_button_hilight"
111                          android:text="@string/departurelist_departures"                          android:text="@string/departurelist_departures"
112                            android:textSize="16sp"
113                          />                          />
114                  <Button                  <Button
115                          android:id="@+id/arrivalbtn"                          android:id="@+id/arrivalbtn"
# Line 114  Line 117 
117                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
118                  android:background="@drawable/custom_button"                  android:background="@drawable/custom_button"
119                  android:layout_weight="1"                  android:layout_weight="1"
120                          android:text="@string/departurelist_arrivals"/>                          android:text="@string/departurelist_arrivals"
121                            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"
149                  android:layout_width="0dp"                  android:layout_width="0dp"
150                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
151                  android:background="@drawable/custom_button"                  android:background="@drawable/custom_button"
152                  android:layout_weight="1"                  android:layout_weight="1"
153                          android:text="Metro"/>                                            android:text="Metro"
154                            android:textSize="16sp"
155                            />                      
156      </LinearLayout>      </LinearLayout>
157        
158        
159  </LinearLayout>  </LinearLayout>

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

  ViewVC Help
Powered by ViewVC 1.1.20