/[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 1071 by torben, Tue Sep 14 16:00:57 2010 UTC revision 1072 by torben, Thu Sep 16 17:13:51 2010 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                  <Button                  <Button
124                          android:id="@+id/metrobtn"                          android:id="@+id/metrobtn"
125                  android:layout_width="0dp"                  android:layout_width="0dp"
126                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
127                  android:background="@drawable/custom_button"                  android:background="@drawable/custom_button"
128                  android:layout_weight="1"                  android:layout_weight="1"
129                          android:text="Metro"/>                                            android:text="Metro"
130                            android:textSize="16sp"
131                            />                      
132      </LinearLayout>      </LinearLayout>
133  </LinearLayout>  </LinearLayout>

Legend:
Removed from v.1071  
changed lines
  Added in v.1072

  ViewVC Help
Powered by ViewVC 1.1.20