/[projects]/android/TrainInfo/res/layout/departurerow.xml
ViewVC logotype

Diff of /android/TrainInfo/res/layout/departurerow.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 237 by torben, Sat Aug 8 19:02:20 2009 UTC revision 247 by torben, Sun Aug 9 21:34:40 2009 UTC
# Line 1  Line 1 
1  <LinearLayout android:id="@+id/LinearLayout01"  <LinearLayout android:id="@+id/LinearLayout01"
2          android:layout_width="wrap_content"          android:layout_width="fill_parent"
3          android:layout_height="wrap_content"          android:layout_height="wrap_content"
4          android:paddingBottom="4px"          android:paddingBottom="4px"
5          android:paddingTop="4px"          android:paddingTop="4px"
6          xmlns:android="http://schemas.android.com/apk/res/android">          xmlns:android="http://schemas.android.com/apk/res/android">
7    
8            <ImageView
9                    android:id="@+id/Icon"
10                    android:layout_width="20px"
11                    android:layout_height="wrap_content"
12                    android:paddingTop="3px"
13                    android:paddingRight="2px"
14                    />
15                    
16          <TextView          <TextView
17                  android:id="@+id/Time"                  android:id="@+id/Time"
# Line 17  Line 25 
25                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
26                  android:textSize="20sp"                  android:textSize="20sp"
27                  />                  />
28                            
29  </LinearLayout>  </LinearLayout>

Legend:
Removed from v.237  
changed lines
  Added in v.247

  ViewVC Help
Powered by ViewVC 1.1.20