/[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 982 by torben, Sun Jul 11 14:58:13 2010 UTC revision 1250 by torben, Thu Mar 31 18:20:42 2011 UTC
# Line 4  Line 4 
4      android:layout_width="fill_parent"      android:layout_width="fill_parent"
5      android:layout_height="fill_parent"      android:layout_height="fill_parent"
6          android:padding="5dp"          android:padding="5dp"
7            android:id="@+id/rootView"
8      >      >
9          <LinearLayout          <LinearLayout
10          android:orientation="vertical"          android:orientation="vertical"
# Line 55  Line 56 
56                 android:clickable="false"                 android:clickable="false"
57                 android:layout_weight="1"                 android:layout_weight="1"
58                 />                 />
59     <TextView android:id="@+id/metroonly"                
60                  android:layout_width="wrap_content"     <LinearLayout android:id="@+id/metroonly"
61                  android:layout_height="wrap_content"                          android:layout_width="fill_parent"
62                  android:visibility="gone"                          android:layout_height="wrap_content"                    
63                  android:text="@string/no_metro"                          android:visibility="gone"
64                                            android:layout_weight="1"
65                  />                          android:orientation="vertical"
66                            >
67                    <TextView android:id="@+id/operations"
68                            android:layout_width="wrap_content"
69                            android:layout_height="wrap_content"                    
70                            android:paddingBottom="2dp"
71                            android:textSize="16sp"
72                            />
73    
74                            
75                    <TableLayout
76                            android:id="@+id/metrotable"
77                            android:layout_width="fill_parent"
78                            android:layout_height="wrap_content"
79                            android:layout_weight="1"
80                            android:stretchColumns="0,1,2"                  
81                            >
82                            
83                            
84                            
85                    </TableLayout>
86                            
87    
88                            
89                    <TextView
90                            android:id="@+id/plan"
91                            android:layout_width="wrap_content"
92                            android:layout_height="wrap_content"
93                            android:textSize="16sp"                
94                            />
95            </LinearLayout>
96    
97    
98    
99                                    
100          <LinearLayout          <LinearLayout
101          android:orientation="horizontal"          android:orientation="horizontal"
# Line 75  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 82  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
148                            android:id="@+id/metrobtn"
149                    android:layout_width="0dp"
150                    android:layout_height="wrap_content"
151                    android:background="@drawable/custom_button"
152                    android:layout_weight="1"
153                            android:text="Metro"
154                            android:textSize="16sp"
155                            />                      
156      </LinearLayout>      </LinearLayout>
157        
158        
159  </LinearLayout>  </LinearLayout>

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

  ViewVC Help
Powered by ViewVC 1.1.20