Added address of car feature
fixed some lint problems Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -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" />
|
||||
|
||||
<ImageButton
|
||||
@@ -19,6 +20,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:contentDescription="@string/mark_car"
|
||||
android:src="@drawable/mark_my_location_action_bar" />
|
||||
|
||||
<ImageButton
|
||||
@@ -27,6 +29,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_weight="1"
|
||||
android:contentDescription="@string/show_both"
|
||||
android:src="@drawable/car_action_bar" />
|
||||
|
||||
<ImageButton
|
||||
@@ -35,6 +38,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:contentDescription="@string/parking_timer"
|
||||
android:src="@drawable/time_action_bar" />
|
||||
|
||||
<ImageButton
|
||||
@@ -43,6 +47,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:contentDescription="@string/directions"
|
||||
android:src="@drawable/nav_action_bar" />
|
||||
|
||||
</LinearLayout>
|
||||
@@ -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" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/editText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@id/tvAddress"
|
||||
android:gravity="top" />
|
||||
android:gravity="top"
|
||||
android:hint="@string/store_your_notes_here" />
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -59,7 +59,7 @@
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginLeft="7dip"
|
||||
android:layout_marginTop="10dip"
|
||||
android:paddingLeft="7px" />
|
||||
android:paddingLeft="7dip" />
|
||||
|
||||
<!-- textview to hold text after the checkbox "Notify me" -->
|
||||
|
||||
@@ -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 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/btSetTimer"
|
||||
android:layout_width="130px"
|
||||
android:layout_width="130dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center_horizontal|center_vertical"
|
||||
@@ -121,7 +121,7 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/btRemoveTimer"
|
||||
android:layout_width="130px"
|
||||
android:layout_width="130dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center_horizontal|center_vertical"
|
||||
|
||||
@@ -101,8 +101,8 @@
|
||||
<string name="eulaagreement"><insert eula here></string>
|
||||
<string name="feature_in_fmc_full_description">This feature is only available in the full version. Do you want to purchase the full version now?</string>
|
||||
<string name="default_location">Car</string>
|
||||
<string name="deleteing">Deleteing...</string>
|
||||
<string name="calculating">Calculating...</string>
|
||||
<string name="deleteing">Deleteing…</string>
|
||||
<string name="calculating">Calculating…</string>
|
||||
<string name="map_mode">Map Mode</string>
|
||||
<string name="version_info">Version Information</string>
|
||||
<string name="saved">Saved</string>
|
||||
@@ -110,5 +110,6 @@
|
||||
<string name="settings">Settings</string>
|
||||
<string name="directions_empty_msg">Your directions will appear here. Please select the Navigation Icon in the lower right of the map to use navigation.</string>
|
||||
<string name="nav_only_in_full">The Navigation feature is used to display walking directions to your car. This fetaure is only available in the full version of Find My Car. Please visit the Android Market to purchase Find My Car. </string>
|
||||
<string name="store_your_notes_here">You can store your notes here…</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user