]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/thadolina_dialog.xml
Fixed font problems!
[Dictionary.git] / res / layout / thadolina_dialog.xml
index d9ea0fb44b13c6247baa9f16a29cb4f441d559c5..fb0e10271f1c35b44ac276f912f8e3fecd6c7ba6 100644 (file)
@@ -1,7 +1,9 @@
 <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_height="wrap_content"
         android:orientation="vertical" >
 
-       <TextView
-         android:layout_marginTop="20dip"
-         android:id="@+id/text_quote_flower"
-         android:layout_width="wrap_content"
-         android:layout_height="wrap_content"
-         android:layout_gravity="center_horizontal"
-         android:text="There is a flower... I think that she has tamed me..."
-         android:layout_marginBottom="20dip"
-          />
-        
+        <TextView
+            android:id="@+id/text_quote_flower"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="center_horizontal"
+            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:background="@drawable/thadolina"
             android:layout_marginBottom="20dip"
-            android:contentDescription="Ti amo tanto!"
-             />
+            android:background="@drawable/thadolina"
+            android:contentDescription="Ti amo tanto!" />
 
         <TextView
             android:id="@+id/text_message"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_gravity="center_horizontal"
-            android:text="Happy Valentine's Day, amore mio!  And happy every other day, too!" 
-            android:textAppearance="@android:style/TextAppearance.Large"
             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."
-             />
-
-        
+            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