/[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 1261 by torben, Mon Apr 4 22:14:40 2011 UTC
# Line 28  Line 28 
28                                  android:layout_gravity="center"                                  android:layout_gravity="center"
29                                  android:layout_marginLeft="2dp"                                  android:layout_marginLeft="2dp"
30                                  android:src="@drawable/info20"                                  android:src="@drawable/info20"
31                                  android:visibility="invisible"                                  android:visibility="invisible" android:padding="3dp"/>
                                 />  
32                  </LinearLayout>                                  </LinearLayout>                
33              <TextView android:id="@+id/stationAddr"              <TextView android:id="@+id/stationAddr"
34                          android:layout_width="wrap_content"                          android:layout_width="wrap_content"
# Line 68  Line 67 
67                          android:layout_width="wrap_content"                          android:layout_width="wrap_content"
68                          android:layout_height="wrap_content"                                              android:layout_height="wrap_content"                    
69                          android:paddingBottom="2dp"                          android:paddingBottom="2dp"
70                            android:textSize="16sp"
71                          />                          />
72    
73                                                    
# Line 88  Line 88 
88                  <TextView                  <TextView
89                          android:id="@+id/plan"                          android:id="@+id/plan"
90                          android:layout_width="wrap_content"                          android:layout_width="wrap_content"
91                          android:layout_height="wrap_content"                                              android:layout_height="wrap_content"
92                            android:textSize="16sp"                
93                          />                          />
94          </LinearLayout>          </LinearLayout>
95    
# Line 107  Line 108 
108                  android:layout_weight="1"                  android:layout_weight="1"
109                  android:background="@drawable/custom_button_hilight"                  android:background="@drawable/custom_button_hilight"
110                          android:text="@string/departurelist_departures"                          android:text="@string/departurelist_departures"
111                            android:textSize="16sp"
112                          />                          />
113                  <Button                  <Button
114                          android:id="@+id/arrivalbtn"                          android:id="@+id/arrivalbtn"
# Line 114  Line 116 
116                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
117                  android:background="@drawable/custom_button"                  android:background="@drawable/custom_button"
118                  android:layout_weight="1"                  android:layout_weight="1"
119                          android:text="@string/departurelist_arrivals"/>                          android:text="@string/departurelist_arrivals"
120                            android:textSize="16sp"
121                            />              
122        </LinearLayout>
123            <LinearLayout
124            android:orientation="horizontal"
125            android:layout_width="fill_parent"
126            android:layout_height="wrap_content"
127            >
128            <Button
129                    android:id="@+id/regionalbtn"
130                    android:layout_width="0dp"
131                    android:layout_height="wrap_content"
132                    android:layout_weight="1"
133                    android:background="@drawable/custom_button_hilight"
134                            android:text="@string/departurelist_regional"
135                            android:textSize="16sp"
136                            />
137                    <Button
138                            android:id="@+id/stogbtn"
139                    android:layout_width="0dp"
140                    android:layout_height="wrap_content"
141                    android:background="@drawable/custom_button"
142                    android:layout_weight="1"
143                            android:text="@string/departurelist_stog"
144                            android:textSize="16sp"
145                            />
146                  <Button                  <Button
147                          android:id="@+id/metrobtn"                          android:id="@+id/metrobtn"
148                  android:layout_width="0dp"                  android:layout_width="0dp"
149                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
150                  android:background="@drawable/custom_button"                  android:background="@drawable/custom_button"
151                  android:layout_weight="1"                  android:layout_weight="1"
152                          android:text="Metro"/>                                            android:text="Metro"
153                            android:textSize="16sp"
154                            />                      
155      </LinearLayout>      </LinearLayout>
156        
157        
158  </LinearLayout>  </LinearLayout>

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

  ViewVC Help
Powered by ViewVC 1.1.20