]> www.average.org Git - WhereAmI.git/blobdiff - res/layout/main.xml
move everything that can be mvoed to initialization
[WhereAmI.git] / res / layout / main.xml
index 2a604b3760cc7dcc08d796547eb7c22563091bb7..d3c051a5556acb178022b65933a8eeb6fcbe99fc 100644 (file)
@@ -13,7 +13,7 @@
   >
     <TextView
       android:id="@+id/time"
-      android:layout_width="wrap_content
+      android:layout_width="0px
       android:layout_height="match_parent" 
       android:layout_weight="2"
       android:gravity="center"
@@ -29,7 +29,7 @@
       android:id="@+id/date"
       android:layout_width="0px" 
       android:layout_height="match_parent" 
-      android:layout_weight="5"
+      android:layout_weight="3"
       android:gravity="center"
       android:textColor="#ff000000"
       android:textSize="24sp"
@@ -47,8 +47,8 @@
     android:gravity="center"
     android:layout_weight="3"
     android:textColor="#ff000000"
-    android:textSize="24sp"
-    android:text="location"
+    android:textSize="32sp"
+    android:text="@string/location"
   />
   <View
     android:layout_width="match_parent"
@@ -62,8 +62,8 @@
     android:gravity="center"
     android:layout_weight="3"
     android:textColor="#ff000000"
-    android:textSize="24sp"
-    android:text="phonecall"
+    android:textSize="32sp"
+    android:text="@string/phonecall"
   />
   <View
     android:layout_width="match_parent"