/[projects]/android/Side9/res/layout/pictureview.xml
ViewVC logotype

Diff of /android/Side9/res/layout/pictureview.xml

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

revision 1216 by torben, Sun Jun 27 10:41:10 2010 UTC revision 1217 by torben, Mon Jan 24 22:21:23 2011 UTC
# Line 6  Line 6 
6          android:layout_marginBottom="4dp"          android:layout_marginBottom="4dp"
7          >          >
8    
9          <ImageView android:id="@+id/imageview"          <ImageView android:id="@+id/imageview1"
10                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
11                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
12                  android:layout_weight="1"                  android:layout_weight="1"
# Line 14  Line 14 
14                  android:layout_gravity="center"                  android:layout_gravity="center"
15                  />                  />
16                                    
17            <ImageView android:id="@+id/imageview2"
18                    android:layout_width="fill_parent"
19                    android:layout_height="wrap_content"
20                    android:layout_weight="1"
21                    android:padding="2dp"
22                    android:layout_gravity="center"
23                    android:visibility="gone"
24                    />
25                    
26          <TextView android:id="@+id/caption"          <TextView android:id="@+id/caption"
27                  android:layout_width="wrap_content"                  android:layout_width="wrap_content"
28                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"

Legend:
Removed from v.1216  
changed lines
  Added in v.1217

  ViewVC Help
Powered by ViewVC 1.1.20