]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/thadolina_dialog.xml
Fixed font problems!
[Dictionary.git] / res / layout / thadolina_dialog.xml
index 440d8fc68118f941bd377400cdeb280ae1b4a334..fb0e10271f1c35b44ac276f912f8e3fecd6c7ba6 100644 (file)
@@ -1,31 +1,49 @@
 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/ScrollView01"
     android:layout_width="fill_parent"
-    android:layout_height="fill_parent" >
+    android:layout_height="fill_parent"
+    tools:ignore="HardcodedText" >
 
     <LinearLayout
         android:id="@+id/linearLayout1"
         android:layout_width="match_parent"
-        android:layout_height="match_parent"
+        android:layout_height="wrap_content"
         android:orientation="vertical" >
 
-        <ImageView
-            android:id="@+id/ImageView01"
+        <TextView
+            android:id="@+id/text_quote_flower"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_gravity="center_horizontal"
-            android:background="@drawable/thadolina"
+            android:layout_marginBottom="20dip"
             android:layout_marginTop="20dip"
+            android:text="There is a flower... I think that she has tamed me..." />
+
+        <ImageView
+            android:id="@+id/thadolina_image"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="center_horizontal"
             android:layout_marginBottom="20dip"
-             />
+            android:background="@drawable/thadolina"
+            android:contentDescription="Ti amo tanto!" />
 
         <TextView
-            android:id="@+id/text1"
+            android:id="@+id/text_message"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_gravity="center_horizontal"
-            android:text="It is only with the heart that one can see rightly; what is essential is invisible to the eye."
+            android:layout_marginBottom="20dip"
+            android:text="Happy Valentine&apos;s Day, amore mio!  And happy every other day, too!"
             android:textAppearance="@android:style/TextAppearance.Large" />
+
+        <TextView
+            android:id="@+id/text_quote"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="center_horizontal"
+            android:text="It is only with the heart that one can see rightly; what is essential is invisible to the eye." />
     </LinearLayout>
 
 </ScrollView>
\ No newline at end of file