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