Fixed all lint issues

Change-Id: I4eb350619129db7089714857b21a931f71573103
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-01 13:45:34 -05:00
parent 819d17969e
commit 96918be3c4
3 changed files with 93 additions and 112 deletions

View File

@@ -28,7 +28,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:id="@id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@id/table" />
@@ -42,7 +42,6 @@
android:layout_marginRight="10dip"
android:layout_marginTop="10dip"
android:enabled="false"
android:text="0"
android:textColor="#F00000"
android:textSize="26dip"
android:textStyle="bold" />