]> www.average.org Git - WhereAmI.git/commitdiff
fix presentation
authorEugene Crosser <crosser@average.org>
Tue, 7 Feb 2012 20:29:12 +0000 (00:29 +0400)
committerEugene Crosser <crosser@average.org>
Tue, 7 Feb 2012 20:29:12 +0000 (00:29 +0400)
res/values/arrays.xml
src/org/average/whereami/WhereAmI.java

index 1dc3f559ebb4166cb4705912667039c2b55276d6..9b258a9a04f0aa0377e4356c409c1cbf605bf2b6 100644 (file)
@@ -29,8 +29,8 @@
     <item>0</item>
   </string-array>
   <string-array name="loc_dists">
-    <item>1</item>
-    <item>1</item>
+    <item>0.5</item>
+    <item>0.5</item>
     <item>25</item>
     <item>0</item>
   </string-array>
index c08453a28057b4b665fc28df5863277451849347..5fdbbedbab4edded45ade82b0620fb4bbc4a8d4a 100644 (file)
@@ -221,9 +221,9 @@ public class WhereAmI extends Activity
         tvd = (TextView)findViewById(R.id.date);
         tvs = (TextView)findViewById(R.id.timestamp);
        ut = new UpdateTarget[] {
-            new UpdateTarget((TextView)findViewById(R.id.location),
-                             new PhoneLog(res, store)),
             new UpdateTarget((TextView)findViewById(R.id.phonecall),
+                             new PhoneLog(res, store)),
+            new UpdateTarget((TextView)findViewById(R.id.location),
                              new LastLocation(res, store))
         };
         Log.v(TAG, "created UI, about to start update task");