/[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 243 by torben, Sat Aug 8 19:02:20 2009 UTC revision 244 by torben, Sun Aug 9 17:46:09 2009 UTC
# Line 4  Line 4 
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.243  
changed lines
  Added in v.244

  ViewVC Help
Powered by ViewVC 1.1.20