/[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 490 by torben, Thu Oct 29 19:27:29 2009 UTC
# Line 1  Line 1 
1  <LinearLayout android:id="@+id/LinearLayout01"  <LinearLayout android:id="@+id/DepartureRow"
2          android:layout_width="fill_parent"          android:layout_width="fill_parent"
3          android:layout_height="wrap_content"          android:layout_height="wrap_content"
4          android:paddingBottom="4px"          android:paddingBottom="4px"
# 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:scaleType="fitXY"
13                    android:layout_gravity="center_vertical"
14                    android:gravity="center_vertical"
15                    
16                    />
17                    
18    
19            <ImageView
20                    android:id="@+id/InfoIcon"
21                    android:layout_width="24px"
22                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
23                  android:paddingTop="5px"  
24                  android:paddingRight="2px"                  android:paddingRight="2px"
25                    android:paddingLeft="2px"
26                    android:layout_gravity="center_vertical"
27                    android:gravity="center_vertical"
28                  />                  />
29                    
30          <TextView          <TextView

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

  ViewVC Help
Powered by ViewVC 1.1.20