/[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 1052 by torben, Mon Sep 13 21:59:32 2010 UTC revision 1053 by torben, Tue Sep 14 16:00:57 2010 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                            />
72    
73                            
74                    <TableLayout
75                            android:id="@+id/metrotable"
76                            android:layout_width="fill_parent"
77                            android:layout_height="wrap_content"
78                            android:layout_weight="1"
79                            android:stretchColumns="0,1,2"                  
80                            >
81                            
82                            
83                            
84                    </TableLayout>
85                            
86    
87                            
88                    <TextView
89                            android:id="@+id/plan"
90                            android:layout_width="wrap_content"
91                            android:layout_height="wrap_content"                    
92                            />
93            </LinearLayout>
94    
95    
96    
97                                    
98          <LinearLayout          <LinearLayout
99          android:orientation="horizontal"          android:orientation="horizontal"

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

  ViewVC Help
Powered by ViewVC 1.1.20