From 9252bc6389500e12ec0dafea95b9c43cfc2f600b Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 5 Mar 2012 12:16:18 -0500 Subject: [PATCH] Added address of car feature fixed some lint problems Signed-off-by: Ricky Barrette --- .../TwentyCodes/android/FindMyCarFull/R.java | 1 + .../TwentyCodes/android/FindMyCarLib/R.java | 1 + .../com/TwentyCodes/android/exception/R.java | 1 + FindMyCarLib/res/layout/map_buttons.xml | 5 + FindMyCarLib/res/layout/notes.xml | 6 +- .../res/layout/parkingtimer_layout.xml | 10 +- FindMyCarLib/res/values/strings.xml | 5 +- .../android/FindMyCarLib/Main.java | 117 ++- .../UI/fragments/MapFragment.java | 13 +- .../UI/fragments/NotesFragment.java | 59 +- .../TwentyCodes/android/FindMyCarLib/R.java | 813 ------------------ .../TwentyCodes/android/FindMyCarLite/R.java | 813 ------------------ .../com/TwentyCodes/android/exception/R.java | 813 ------------------ 13 files changed, 137 insertions(+), 2520 deletions(-) delete mode 100644 FindMyCarLite/gen/com/TwentyCodes/android/FindMyCarLib/R.java delete mode 100644 FindMyCarLite/gen/com/TwentyCodes/android/FindMyCarLite/R.java delete mode 100644 FindMyCarLite/gen/com/TwentyCodes/android/exception/R.java diff --git a/FindMyCarFull/gen/com/TwentyCodes/android/FindMyCarFull/R.java b/FindMyCarFull/gen/com/TwentyCodes/android/FindMyCarFull/R.java index e2fb744..5bb2bbc 100644 --- a/FindMyCarFull/gen/com/TwentyCodes/android/FindMyCarFull/R.java +++ b/FindMyCarFull/gen/com/TwentyCodes/android/FindMyCarFull/R.java @@ -404,6 +404,7 @@ or to a theme attribute in the form "?[package:][type:]na public static final int stay_awake_off=0x7f05001d; public static final int stay_awake_on=0x7f05001c; public static final int stay_awake_pref=0x7f05000e; + public static final int store_your_notes_here=0x7f050077; public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050053; public static final int timer_already_set=0x7f050040; public static final int timer_canceled=0x7f05004b; diff --git a/FindMyCarFull/gen/com/TwentyCodes/android/FindMyCarLib/R.java b/FindMyCarFull/gen/com/TwentyCodes/android/FindMyCarLib/R.java index 1977107..a9995eb 100644 --- a/FindMyCarFull/gen/com/TwentyCodes/android/FindMyCarLib/R.java +++ b/FindMyCarFull/gen/com/TwentyCodes/android/FindMyCarLib/R.java @@ -404,6 +404,7 @@ or to a theme attribute in the form "?[package:][type:]na public static final int stay_awake_off=0x7f05001d; public static final int stay_awake_on=0x7f05001c; public static final int stay_awake_pref=0x7f05000e; + public static final int store_your_notes_here=0x7f050077; public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050053; public static final int timer_already_set=0x7f050040; public static final int timer_canceled=0x7f05004b; diff --git a/FindMyCarFull/gen/com/TwentyCodes/android/exception/R.java b/FindMyCarFull/gen/com/TwentyCodes/android/exception/R.java index aa30840..1cb371e 100644 --- a/FindMyCarFull/gen/com/TwentyCodes/android/exception/R.java +++ b/FindMyCarFull/gen/com/TwentyCodes/android/exception/R.java @@ -404,6 +404,7 @@ or to a theme attribute in the form "?[package:][type:]na public static final int stay_awake_off=0x7f05001d; public static final int stay_awake_on=0x7f05001c; public static final int stay_awake_pref=0x7f05000e; + public static final int store_your_notes_here=0x7f050077; public static final int the_vaule_was_not_a_number_update_interval_60=0x7f050053; public static final int timer_already_set=0x7f050040; public static final int timer_canceled=0x7f05004b; diff --git a/FindMyCarLib/res/layout/map_buttons.xml b/FindMyCarLib/res/layout/map_buttons.xml index ea5e341..6a3f416 100644 --- a/FindMyCarLib/res/layout/map_buttons.xml +++ b/FindMyCarLib/res/layout/map_buttons.xml @@ -11,6 +11,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" + android:contentDescription="@string/my_location" android:src="@drawable/my_location_action_bar" /> \ No newline at end of file diff --git a/FindMyCarLib/res/layout/notes.xml b/FindMyCarLib/res/layout/notes.xml index e5eeee2..151fc81 100755 --- a/FindMyCarLib/res/layout/notes.xml +++ b/FindMyCarLib/res/layout/notes.xml @@ -8,13 +8,15 @@ android:id="@+id/tvAddress" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_alignParentTop="true" /> + android:layout_alignParentTop="true" + android:textAppearance="?android:attr/textAppearanceMedium" /> + android:gravity="top" + android:hint="@string/store_your_notes_here" /> \ No newline at end of file diff --git a/FindMyCarLib/res/layout/parkingtimer_layout.xml b/FindMyCarLib/res/layout/parkingtimer_layout.xml index 146deb6..4e5a660 100755 --- a/FindMyCarLib/res/layout/parkingtimer_layout.xml +++ b/FindMyCarLib/res/layout/parkingtimer_layout.xml @@ -59,7 +59,7 @@ android:layout_alignParentLeft="true" android:layout_marginLeft="7dip" android:layout_marginTop="10dip" - android:paddingLeft="7px" /> + android:paddingLeft="7dip" /> @@ -67,7 +67,7 @@ android:id="@+id/tvNotify1" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="25px" + android:layout_marginTop="25dip" android:layout_toRightOf="@id/chNotify" android:gravity="center_vertical" android:text="@string/notify_me" @@ -92,7 +92,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="7dip" - android:layout_marginTop="17px" + android:layout_marginTop="17dip" android:layout_toRightOf="@id/etNotify" android:text="@string/before" android:textStyle="bold" /> @@ -112,7 +112,7 @@