]> www.average.org Git - WhereAmI.git/blobdiff - res/layout/main.xml
Use full screen
[WhereAmI.git] / res / layout / main.xml
index 293b2f1c0b07776c7ef3a11533ac10168dc68bbc..659a7dbbd15a349e2031622d1d86c313eb58d110 100644 (file)
@@ -3,11 +3,14 @@
     android:orientation="vertical"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
-    >
-<TextView  
+    android:background="#ffffffff"
+>
+  <TextView
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
-    android:text="Hello World, WhereAmI"
-    />
+    android:layout_weight="1"
+    android:textColor="#ff000000"
+    android:text="Hello, WhereAmI?!"
+  />
 </LinearLayout>