/[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 249 by torben, Mon Aug 10 06:22:54 2009 UTC revision 250 by torben, Mon Aug 10 10:46:07 2009 UTC
# Line 6  Line 6 
6          xmlns:android="http://schemas.android.com/apk/res/android">          xmlns:android="http://schemas.android.com/apk/res/android">
7    
8          <ImageView          <ImageView
9                  android:id="@+id/Icon"                  android:id="@+id/TypeIcon"
10                  android:layout_width="20px"                  android:layout_width="18px"
11                    android:layout_height="18px"
12                    android:background="#ffffffff"
13                    android:scaleType="fitXY"
14                    android:layout_gravity="center_vertical"
15                    android:gravity="center_vertical"
16                    
17                    />
18                    
19    
20            <ImageView
21                    android:id="@+id/InfoIcon"
22                    android:layout_width="24px"
23                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
24                  android:paddingTop="5px"  
25                  android:paddingRight="2px"                  android:paddingRight="2px"
26                    android:paddingLeft="2px"
27                    android:layout_gravity="center_vertical"
28                    android:gravity="center_vertical"
29                  />                  />
30                    
31          <TextView          <TextView

Legend:
Removed from v.249  
changed lines
  Added in v.250

  ViewVC Help
Powered by ViewVC 1.1.20