altosdroid: formatting/whitespace, correct ids
authorMike Beattie <mike@ethernal.org>
Thu, 30 Aug 2012 01:21:38 +0000 (13:21 +1200)
committerMike Beattie <mike@ethernal.org>
Thu, 30 Aug 2012 01:21:38 +0000 (13:21 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/res/layout/altosdroid.xml
altosdroid/res/values/strings.xml

index e4b4f605243043310b142bee2b0457bce726b2b7..56a910ec2b5f88fe08033efb2c0557a9ba53ba75 100644 (file)
@@ -55,7 +55,7 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_alignParentRight="true"
-            android:layout_toRightOf="@+id/strut" >
+            android:layout_toRightOf="@id/strut"
 
             <TextView
                 android:id="@+id/state_label"
                 android:textAppearance="?android:attr/textAppearanceLarge" />
 
         </RelativeLayout>
-        
-           <TextView
+
+
+        <TextView
                android:id="@+id/text"
                android:layout_width="fill_parent"
                android:layout_height="0dip"
                android:layout_alignParentBottom="true"
-               android:layout_below="@id/longitude_container"
+               android:layout_below="@+id/longitude_container"
                android:gravity="bottom"
                android:scrollbars="vertical"
                android:textSize="7dp"
index 2f8a9ddcd13d47629f01ffd2faf73c116531b0e5..1bef6ec830a990b915c9ca21b631b174971b8d21 100644 (file)
@@ -53,5 +53,4 @@
     <string name="latitude_label">Latitude</string>
     <string name="longitude_label">Longitude</string>
 
-
 </resources>