]> gitweb.fperrin.net Git - Dictionary.git/blob - res/layout/thadolina_dialog.xml
Lots of bug fixes! Workaround for ICS OOM, background loading of which
[Dictionary.git] / res / layout / thadolina_dialog.xml
1 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
2     android:id="@+id/ScrollView01"
3     android:layout_width="fill_parent"
4     android:layout_height="fill_parent" >
5
6     <LinearLayout
7         android:id="@+id/linearLayout1"
8         android:layout_width="match_parent"
9         android:layout_height="wrap_content"
10         android:orientation="vertical" >
11
12        <TextView
13          android:layout_marginTop="20dip"
14          android:id="@+id/text_quote_flower"
15          android:layout_width="wrap_content"
16          android:layout_height="wrap_content"
17          android:layout_gravity="center_horizontal"
18          android:text="There is a flower... I think that she has tamed me..."
19          android:layout_marginBottom="20dip"
20           />
21         
22         
23
24         <ImageView
25             android:id="@+id/thadolina_image"
26             android:layout_width="wrap_content"
27             android:layout_height="wrap_content"
28             android:layout_gravity="center_horizontal"
29             android:background="@drawable/thadolina"
30             android:layout_marginBottom="20dip"
31              />
32
33         <TextView
34             android:id="@+id/text_message"
35             android:layout_width="wrap_content"
36             android:layout_height="wrap_content"
37             android:layout_gravity="center_horizontal"
38             android:text="Happy Valentine's Day, amore mio!  And happy every other day, too!" 
39             android:textAppearance="@android:style/TextAppearance.Large"
40             android:layout_marginBottom="20dip"
41             />
42         
43         <TextView
44             android:id="@+id/text_quote"
45             android:layout_width="wrap_content"
46             android:layout_height="wrap_content"
47             android:layout_gravity="center_horizontal"
48             android:text="It is only with the heart that one can see rightly; what is essential is invisible to the eye."
49              />
50
51         
52     </LinearLayout>
53
54 </ScrollView>