]> www.average.org Git - WhereAmI.git/commitdiff
reorder entries on display
authorEugene Crosser <crosser@average.org>
Sat, 25 Feb 2012 09:51:37 +0000 (13:51 +0400)
committerEugene Crosser <crosser@average.org>
Sat, 25 Feb 2012 09:51:37 +0000 (13:51 +0400)
res/layout/main.xml

index d3c051a5556acb178022b65933a8eeb6fcbe99fc..e2c8e92b4f755202b2eca9601d7641823e8d1e98 100644 (file)
     android:background="#ff000000"
   />
   <TextView
-    android:id="@+id/location"
+    android:id="@+id/phonecall"
     android:layout_width="match_parent" 
     android:layout_height="0px" 
     android:gravity="center"
     android:layout_weight="3"
     android:textColor="#ff000000"
     android:textSize="32sp"
-    android:text="@string/location"
+    android:text="@string/phonecall"
   />
   <View
     android:layout_width="match_parent"
     android:background="#ff000000"
   />
   <TextView
-    android:id="@+id/phonecall"
+    android:id="@+id/location"
     android:layout_width="match_parent" 
     android:layout_height="0px" 
     android:gravity="center"
     android:layout_weight="3"
     android:textColor="#ff000000"
     android:textSize="32sp"
-    android:text="@string/phonecall"
+    android:text="@string/location"
   />
   <View
     android:layout_width="match_parent"