updated map_fragment.xml to TC release api key updated MidPoint to be final updated UserOverlayBase to synchronize the animation thread abort method, and made mUserArrow volatile Change-Id: Ie79d2c8edb08b7cfdbd130a63e34d0e9ce62eb0e Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
11 lines
488 B
XML
11 lines
488 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
ricky beta release 0rKmsWMM0D-IRAEgcSZEqwZCs_8AUwxjYjj0bnA
|
|
ricky 0rKmsWMM0D-LWOndcfwrmW-S0OXlnQl2SJCMeTg
|
|
TWENTYCODES 0rKmsWMM0D-K15bEM_kwabPbNhsn4dp4rcq2q5Q
|
|
-->
|
|
<com.TwentyCodes.android.location.MapView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/mapview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:apiKey="0rKmsWMM0D-K15bEM_kwabPbNhsn4dp4rcq2q5Q" /> |