diff --git a/.gitignore b/.gitignore index 8ee50f8..190b692 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ bin/ obj/ packages/ -*.nupkg diff --git a/Naxam.Mapbox.Droid.5.1.0.nupkg b/Naxam.Mapbox.Droid.5.1.0.nupkg new file mode 100644 index 0000000..d646c3f Binary files /dev/null and b/Naxam.Mapbox.Droid.5.1.0.nupkg differ diff --git a/Naxam.Mapbox.Droid/Additions/Marker.cs b/Naxam.Mapbox.Droid/Additions/Marker.cs index 5da33ef..1955a84 100644 --- a/Naxam.Mapbox.Droid/Additions/Marker.cs +++ b/Naxam.Mapbox.Droid/Additions/Marker.cs @@ -1,4 +1,6 @@ using System; +using Android.Runtime; + namespace Com.Mapbox.Mapboxsdk.Annotations { public partial class Marker @@ -51,4 +53,33 @@ protected override Java.Lang.Object RawThis get { return This; } } } + + partial class PolygonOptions { + + static IntPtr id_addHole_arrayLjava_util_List_; + // Metadata.xml XPath method reference: path="/api/package[@name='com.mapbox.mapboxsdk.annotations']/class[@name='PolygonOptions']/method[@name='addHole' and count(parameter)=1 and parameter[1][@type='java.util.List<com.mapbox.mapboxsdk.geometry.LatLng>...']]" + [Register("addHole", "([Ljava/util/List;)Lcom/mapbox/mapboxsdk/annotations/PolygonOptions;", "")] + public unsafe global::Com.Mapbox.Mapboxsdk.Annotations.PolygonOptions AddHole(params global::System.Collections.Generic.IList[] p0) + { + if (id_addHole_arrayLjava_util_List_ == IntPtr.Zero) + id_addHole_arrayLjava_util_List_ = JNIEnv.GetMethodID(class_ref, "addHole", "([Ljava/util/List;)Lcom/mapbox/mapboxsdk/annotations/PolygonOptions;"); + IntPtr native_p0 = JNIEnv.NewArray(p0); + try + { + JValue* __args = stackalloc JValue[1]; + __args[0] = new JValue(native_p0); + global::Com.Mapbox.Mapboxsdk.Annotations.PolygonOptions __ret = Java.Lang.Object.GetObject(JNIEnv.CallObjectMethod(((global::Java.Lang.Object)this).Handle, id_addHole_arrayLjava_util_List_, __args), JniHandleOwnership.TransferLocalRef); + return __ret; + } + finally + { + if (p0 != null) + { + JNIEnv.CopyArray(native_p0, p0); + JNIEnv.DeleteLocalRef(native_p0); + } + } + } + + } } diff --git a/Naxam.Mapbox.Droid/Jars/mapbox-android-sdk-5.0.2.aar b/Naxam.Mapbox.Droid/Jars/mapbox-android-sdk-5.1.0.aar similarity index 59% rename from Naxam.Mapbox.Droid/Jars/mapbox-android-sdk-5.0.2.aar rename to Naxam.Mapbox.Droid/Jars/mapbox-android-sdk-5.1.0.aar index 8ce42b4..b0d387b 100644 Binary files a/Naxam.Mapbox.Droid/Jars/mapbox-android-sdk-5.0.2.aar and b/Naxam.Mapbox.Droid/Jars/mapbox-android-sdk-5.1.0.aar differ diff --git a/Naxam.Mapbox.Droid/Naxam.Mapbox.Droid.csproj b/Naxam.Mapbox.Droid/Naxam.Mapbox.Droid.csproj index eaf3a1f..8db838f 100644 --- a/Naxam.Mapbox.Droid/Naxam.Mapbox.Droid.csproj +++ b/Naxam.Mapbox.Droid/Naxam.Mapbox.Droid.csproj @@ -1,6 +1,6 @@ - + Debug AnyCPU @@ -45,62 +45,65 @@ ..\packages\Square.OkIO.1.11.0\lib\MonoAndroid\Square.OkIO.dll + + ..\packages\Naxam.Jakewharton.Timber.4.5.1\lib\MonoAndroid10\Naxam.Jakewharton.Timber.dll + + + ..\packages\Naxam.Google.Gson.2.8.0\lib\MonoAndroid10\Naxam.Google.Gson.dll + + + ..\packages\Xamarin.Android.Support.Annotations.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Annotations.dll + - ..\packages\Xamarin.Android.Support.Compat.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Compat.dll + ..\packages\Xamarin.Android.Support.Compat.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Compat.dll - ..\packages\Xamarin.Android.Support.Core.UI.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Core.UI.dll + ..\packages\Xamarin.Android.Support.Core.UI.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Core.UI.dll - ..\packages\Xamarin.Android.Support.Core.Utils.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Core.Utils.dll + ..\packages\Xamarin.Android.Support.Core.Utils.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Core.Utils.dll - ..\packages\Xamarin.Android.Support.Media.Compat.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Media.Compat.dll + ..\packages\Xamarin.Android.Support.Media.Compat.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Media.Compat.dll - ..\packages\Xamarin.Android.Support.Fragment.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Fragment.dll - - - ..\packages\Xamarin.Android.Support.v4.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.v4.dll + ..\packages\Xamarin.Android.Support.Fragment.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Fragment.dll - ..\packages\Xamarin.Android.Support.Transition.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Transition.dll + ..\packages\Xamarin.Android.Support.Transition.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Transition.dll + + + ..\packages\Xamarin.Android.Support.v4.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.v4.dll - ..\packages\Xamarin.Android.Support.v7.RecyclerView.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.dll + ..\packages\Xamarin.Android.Support.v7.RecyclerView.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.v7.RecyclerView.dll - ..\packages\Xamarin.Android.Support.Vector.Drawable.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.dll + ..\packages\Xamarin.Android.Support.Vector.Drawable.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Vector.Drawable.dll - ..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.dll + ..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Animated.Vector.Drawable.dll - ..\packages\Xamarin.Android.Support.v7.AppCompat.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.dll + ..\packages\Xamarin.Android.Support.v7.AppCompat.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.v7.AppCompat.dll - ..\packages\Xamarin.Android.Support.Design.25.1.1\lib\MonoAndroid70\Xamarin.Android.Support.Design.dll - - - ..\packages\Naxam.SquareUp.OkHttp3.3.6.0\lib\MonoAndroid10\Naxam.SquareUp.OkHttp3.dll - - - ..\packages\Naxam.Jakewharton.Timber.4.5.1\lib\MonoAndroid10\Naxam.Jakewharton.Timber.dll - - - ..\packages\Naxam.Google.Gson.2.8.0\lib\MonoAndroid10\Naxam.Google.Gson.dll + ..\packages\Xamarin.Android.Support.Design.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Design.dll - ..\packages\Naxam.Mapbox.MapboxJavaCore.2.0.0.2\lib\MonoAndroid10\Naxam.Mapbox.MapboxJavaCore.dll + ..\packages\Naxam.Mapbox.MapboxJavaCore.2.1.3\lib\MonoAndroid10\Naxam.Mapbox.MapboxJavaCore.dll - ..\packages\Naxam.Mapbox.MapboxJavaGeojson.2.0.0.1\lib\MonoAndroid10\Naxam.Mapbox.MapboxJavaGeojson.dll + ..\packages\Naxam.Mapbox.MapboxJavaGeojson.2.1.3\lib\MonoAndroid10\Naxam.Mapbox.MapboxJavaGeojson.dll - ..\packages\Naxam.Mapbox.Services.Android.Telemetry.2.0.0.2\lib\MonoAndroid10\Naxam.Mapbox.Services.Android.Telemetry.dll + ..\packages\Naxam.Mapbox.Services.Android.Telemetry.2.1.3\lib\MonoAndroid10\Naxam.Mapbox.Services.Android.Telemetry.dll - ..\packages\Naxam.Mapzen.Lost.Droid.2.1.2.2-alpha\lib\MonoAndroid10\Naxam.Mapzen.Lost.Droid.dll + ..\packages\Naxam.Mapzen.Lost.Droid.1.1.1\lib\MonoAndroid10\Naxam.Mapzen.Lost.Droid.dll + + + ..\packages\Naxam.SquareUp.OkHttp3.3.7.0\lib\MonoAndroid10\Naxam.SquareUp.OkHttp3.dll @@ -118,20 +121,21 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Naxam.Mapbox.Droid/Properties/AssemblyInfo.cs b/Naxam.Mapbox.Droid/Properties/AssemblyInfo.cs index 0f87bd2..36996e3 100644 --- a/Naxam.Mapbox.Droid/Properties/AssemblyInfo.cs +++ b/Naxam.Mapbox.Droid/Properties/AssemblyInfo.cs @@ -18,8 +18,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("5.0.2.1")] -[assembly: AssemblyInformationalVersion("5.0.2.1")] +[assembly: AssemblyVersion("5.1.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Naxam.Mapbox.Droid/Transforms/Metadata.xml b/Naxam.Mapbox.Droid/Transforms/Metadata.xml index 4bf04cf..bda13b4 100644 --- a/Naxam.Mapbox.Droid/Transforms/Metadata.xml +++ b/Naxam.Mapbox.Droid/Transforms/Metadata.xml @@ -1,12 +1,5 @@  - public public @@ -14,7 +7,10 @@ public Java.Lang.Object - + + + + \ No newline at end of file diff --git a/Naxam.Mapbox.Droid/packages.config b/Naxam.Mapbox.Droid/packages.config index a47941b..ee95edd 100644 --- a/Naxam.Mapbox.Droid/packages.config +++ b/Naxam.Mapbox.Droid/packages.config @@ -2,23 +2,24 @@ - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/demo/Naxam.MapboxQs/MainActivity.cs b/demo/Naxam.MapboxQs/MainActivity.cs index 8f86274..9d1feb8 100644 --- a/demo/Naxam.MapboxQs/MainActivity.cs +++ b/demo/Naxam.MapboxQs/MainActivity.cs @@ -9,7 +9,7 @@ namespace Naxam.MapboxQs { - [Activity(Label = "@string/app_name", MainLauncher = true, Icon = "@mipmap/icon", Theme="@style/MyTheme")] + [Activity(Label = "@string/app_name", MainLauncher = true, Icon = "@mipmap/ic_launcher", Theme="@style/MyTheme")] public class MainActivity : AppCompatActivity, IOnMapReadyCallback { MapView mapView; diff --git a/demo/Naxam.MapboxQs/Naxam.MapboxQs.csproj b/demo/Naxam.MapboxQs/Naxam.MapboxQs.csproj index 9b0d254..bf4827f 100644 --- a/demo/Naxam.MapboxQs/Naxam.MapboxQs.csproj +++ b/demo/Naxam.MapboxQs/Naxam.MapboxQs.csproj @@ -1,6 +1,6 @@ - + Debug AnyCPU @@ -54,18 +54,6 @@ ..\..\packages\Square.OkIO.1.11.0\lib\MonoAndroid\Square.OkIO.dll - - ..\..\packages\Naxam.SquareUp.OkHttp3.3.6.0\lib\MonoAndroid10\Naxam.SquareUp.OkHttp3.dll - - - ..\..\packages\Naxam.Mapbox.MapboxJavaCore.2.0.0.2\lib\MonoAndroid10\Naxam.Mapbox.MapboxJavaCore.dll - - - ..\..\packages\Naxam.Mapbox.MapboxJavaGeojson.2.0.0.2\lib\MonoAndroid10\Naxam.Mapbox.MapboxJavaGeojson.dll - - - ..\..\packages\Naxam.Mapbox.Services.Android.Telemetry.2.0.0.2\lib\MonoAndroid10\Naxam.Mapbox.Services.Android.Telemetry.dll - ..\..\packages\Xamarin.Android.Support.Annotations.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Annotations.dll @@ -105,8 +93,20 @@ ..\..\packages\Xamarin.Android.Support.Design.25.3.1\lib\MonoAndroid70\Xamarin.Android.Support.Design.dll + + ..\..\packages\Naxam.Mapbox.Services.Android.Telemetry.2.1.3\lib\MonoAndroid10\Naxam.Mapbox.Services.Android.Telemetry.dll + + + ..\..\packages\Naxam.Mapbox.MapboxJavaCore.2.1.3\lib\MonoAndroid10\Naxam.Mapbox.MapboxJavaCore.dll + + + ..\..\packages\Naxam.Mapbox.MapboxJavaGeojson.2.1.3\lib\MonoAndroid10\Naxam.Mapbox.MapboxJavaGeojson.dll + + + ..\..\packages\Naxam.SquareUp.OkHttp3.3.7.0\lib\MonoAndroid10\Naxam.SquareUp.OkHttp3.dll + - ..\..\packages\Naxam.Mapzen.Lost.Droid.2.1.2.2-alpha\lib\MonoAndroid10\Naxam.Mapzen.Lost.Droid.dll + ..\..\packages\Naxam.Mapzen.Lost.Droid.1.1.1\lib\MonoAndroid10\Naxam.Mapzen.Lost.Droid.dll @@ -129,6 +129,18 @@ + + + + + + + + + + + + @@ -140,7 +152,6 @@ - @@ -154,4 +165,5 @@ + \ No newline at end of file diff --git a/demo/Naxam.MapboxQs/Properties/AndroidManifest.xml b/demo/Naxam.MapboxQs/Properties/AndroidManifest.xml index 89a8633..d7ef687 100644 --- a/demo/Naxam.MapboxQs/Properties/AndroidManifest.xml +++ b/demo/Naxam.MapboxQs/Properties/AndroidManifest.xml @@ -1,13 +1,11 @@  - - - + - + \ No newline at end of file diff --git a/demo/Naxam.MapboxQs/Resources/Resource.designer.cs b/demo/Naxam.MapboxQs/Resources/Resource.designer.cs index 9219e0e..a90d23e 100644 --- a/demo/Naxam.MapboxQs/Resources/Resource.designer.cs +++ b/demo/Naxam.MapboxQs/Resources/Resource.designer.cs @@ -105,25 +105,6 @@ private Animator() } } - public partial class Array - { - - // aapt resource value: 0x7f0e0000 - public const int mapbox_attribution_links = 2131623936; - - // aapt resource value: 0x7f0e0001 - public const int mapbox_attribution_names = 2131623937; - - static Array() - { - global::Android.Runtime.ResourceIdManager.UpdateIdValues(); - } - - private Array() - { - } - } - public partial class Attribute { @@ -745,36 +726,39 @@ public partial class Attribute // aapt resource value: 0x7f010152 public const int mapbox_myLocationTintColor = 2130772306; - // aapt resource value: 0x7f010171 - public const int mapbox_renderTextureMode = 2130772337; + // aapt resource value: 0x7f010172 + public const int mapbox_renderTextureMode = 2130772338; // aapt resource value: 0x7f010142 public const int mapbox_styleUrl = 2130772290; - // aapt resource value: 0x7f01016a - public const int mapbox_uiAttribution = 2130772330; - // aapt resource value: 0x7f01016b - public const int mapbox_uiAttributionGravity = 2130772331; - - // aapt resource value: 0x7f01016f - public const int mapbox_uiAttributionMarginBottom = 2130772335; + public const int mapbox_uiAttribution = 2130772331; // aapt resource value: 0x7f01016c - public const int mapbox_uiAttributionMarginLeft = 2130772332; + public const int mapbox_uiAttributionGravity = 2130772332; - // aapt resource value: 0x7f01016e - public const int mapbox_uiAttributionMarginRight = 2130772334; + // aapt resource value: 0x7f010170 + public const int mapbox_uiAttributionMarginBottom = 2130772336; // aapt resource value: 0x7f01016d - public const int mapbox_uiAttributionMarginTop = 2130772333; + public const int mapbox_uiAttributionMarginLeft = 2130772333; - // aapt resource value: 0x7f010170 - public const int mapbox_uiAttributionTintColor = 2130772336; + // aapt resource value: 0x7f01016f + public const int mapbox_uiAttributionMarginRight = 2130772335; + + // aapt resource value: 0x7f01016e + public const int mapbox_uiAttributionMarginTop = 2130772334; + + // aapt resource value: 0x7f010171 + public const int mapbox_uiAttributionTintColor = 2130772337; // aapt resource value: 0x7f01015d public const int mapbox_uiCompass = 2130772317; + // aapt resource value: 0x7f010164 + public const int mapbox_uiCompassDrawable = 2130772324; + // aapt resource value: 0x7f010163 public const int mapbox_uiCompassFadeFacingNorth = 2130772323; @@ -796,23 +780,23 @@ public partial class Attribute // aapt resource value: 0x7f01014f public const int mapbox_uiDoubleTapGestures = 2130772303; - // aapt resource value: 0x7f010164 - public const int mapbox_uiLogo = 2130772324; - // aapt resource value: 0x7f010165 - public const int mapbox_uiLogoGravity = 2130772325; - - // aapt resource value: 0x7f010169 - public const int mapbox_uiLogoMarginBottom = 2130772329; + public const int mapbox_uiLogo = 2130772325; // aapt resource value: 0x7f010166 - public const int mapbox_uiLogoMarginLeft = 2130772326; + public const int mapbox_uiLogoGravity = 2130772326; - // aapt resource value: 0x7f010168 - public const int mapbox_uiLogoMarginRight = 2130772328; + // aapt resource value: 0x7f01016a + public const int mapbox_uiLogoMarginBottom = 2130772330; // aapt resource value: 0x7f010167 - public const int mapbox_uiLogoMarginTop = 2130772327; + public const int mapbox_uiLogoMarginLeft = 2130772327; + + // aapt resource value: 0x7f010169 + public const int mapbox_uiLogoMarginRight = 2130772329; + + // aapt resource value: 0x7f010168 + public const int mapbox_uiLogoMarginTop = 2130772328; // aapt resource value: 0x7f01014d public const int mapbox_uiRotateGestures = 2130772301; @@ -1278,44 +1262,44 @@ private Boolean() public partial class Color { - // aapt resource value: 0x7f0c004a - public const int abc_background_cache_hint_selector_material_dark = 2131492938; - // aapt resource value: 0x7f0c004b - public const int abc_background_cache_hint_selector_material_light = 2131492939; + public const int abc_background_cache_hint_selector_material_dark = 2131492939; // aapt resource value: 0x7f0c004c - public const int abc_btn_colored_borderless_text_material = 2131492940; + public const int abc_background_cache_hint_selector_material_light = 2131492940; // aapt resource value: 0x7f0c004d - public const int abc_btn_colored_text_material = 2131492941; + public const int abc_btn_colored_borderless_text_material = 2131492941; // aapt resource value: 0x7f0c004e - public const int abc_color_highlight_material = 2131492942; + public const int abc_btn_colored_text_material = 2131492942; // aapt resource value: 0x7f0c004f - public const int abc_hint_foreground_material_dark = 2131492943; + public const int abc_color_highlight_material = 2131492943; // aapt resource value: 0x7f0c0050 - public const int abc_hint_foreground_material_light = 2131492944; + public const int abc_hint_foreground_material_dark = 2131492944; + + // aapt resource value: 0x7f0c0051 + public const int abc_hint_foreground_material_light = 2131492945; // aapt resource value: 0x7f0c0001 public const int abc_input_method_navigation_guard = 2131492865; - // aapt resource value: 0x7f0c0051 - public const int abc_primary_text_disable_only_material_dark = 2131492945; - // aapt resource value: 0x7f0c0052 - public const int abc_primary_text_disable_only_material_light = 2131492946; + public const int abc_primary_text_disable_only_material_dark = 2131492946; // aapt resource value: 0x7f0c0053 - public const int abc_primary_text_material_dark = 2131492947; + public const int abc_primary_text_disable_only_material_light = 2131492947; // aapt resource value: 0x7f0c0054 - public const int abc_primary_text_material_light = 2131492948; + public const int abc_primary_text_material_dark = 2131492948; // aapt resource value: 0x7f0c0055 - public const int abc_search_url_text = 2131492949; + public const int abc_primary_text_material_light = 2131492949; + + // aapt resource value: 0x7f0c0056 + public const int abc_search_url_text = 2131492950; // aapt resource value: 0x7f0c0002 public const int abc_search_url_text_normal = 2131492866; @@ -1326,32 +1310,32 @@ public partial class Color // aapt resource value: 0x7f0c0004 public const int abc_search_url_text_selected = 2131492868; - // aapt resource value: 0x7f0c0056 - public const int abc_secondary_text_material_dark = 2131492950; - // aapt resource value: 0x7f0c0057 - public const int abc_secondary_text_material_light = 2131492951; + public const int abc_secondary_text_material_dark = 2131492951; // aapt resource value: 0x7f0c0058 - public const int abc_tint_btn_checkable = 2131492952; + public const int abc_secondary_text_material_light = 2131492952; // aapt resource value: 0x7f0c0059 - public const int abc_tint_default = 2131492953; + public const int abc_tint_btn_checkable = 2131492953; // aapt resource value: 0x7f0c005a - public const int abc_tint_edittext = 2131492954; + public const int abc_tint_default = 2131492954; // aapt resource value: 0x7f0c005b - public const int abc_tint_seek_thumb = 2131492955; + public const int abc_tint_edittext = 2131492955; // aapt resource value: 0x7f0c005c - public const int abc_tint_spinner = 2131492956; + public const int abc_tint_seek_thumb = 2131492956; // aapt resource value: 0x7f0c005d - public const int abc_tint_switch_thumb = 2131492957; + public const int abc_tint_spinner = 2131492957; // aapt resource value: 0x7f0c005e - public const int abc_tint_switch_track = 2131492958; + public const int abc_tint_switch_thumb = 2131492958; + + // aapt resource value: 0x7f0c005f + public const int abc_tint_switch_track = 2131492959; // aapt resource value: 0x7f0c0005 public const int accent_material_dark = 2131492869; @@ -1395,11 +1379,14 @@ public partial class Color // aapt resource value: 0x7f0c0012 public const int button_material_light = 2131492882; + // aapt resource value: 0x7f0c004a + public const int colorPrimary = 2131492938; + // aapt resource value: 0x7f0c003b public const int design_bottom_navigation_shadow_color = 2131492923; - // aapt resource value: 0x7f0c005f - public const int design_error = 2131492959; + // aapt resource value: 0x7f0c0060 + public const int design_error = 2131492960; // aapt resource value: 0x7f0c003c public const int design_fab_shadow_end_color = 2131492924; @@ -1431,8 +1418,8 @@ public partial class Color // aapt resource value: 0x7f0c0045 public const int design_textinput_error_color_light = 2131492933; - // aapt resource value: 0x7f0c0060 - public const int design_tint_password_toggle = 2131492960; + // aapt resource value: 0x7f0c0061 + public const int design_tint_password_toggle = 2131492961; // aapt resource value: 0x7f0c0013 public const int dim_foreground_disabled_material_dark = 2131492883; @@ -1467,8 +1454,8 @@ public partial class Color // aapt resource value: 0x7f0c0048 public const int mapbox_gray_light = 2131492936; - // aapt resource value: 0x7f0c0061 - public const int mapbox_material_bg_selector = 2131492961; + // aapt resource value: 0x7f0c0062 + public const int mapbox_material_bg_selector = 2131492962; // aapt resource value: 0x7f0c0049 public const int mapbox_my_location_ring = 2131492937; @@ -1566,11 +1553,11 @@ public partial class Color // aapt resource value: 0x7f0c0038 public const int switch_thumb_disabled_material_light = 2131492920; - // aapt resource value: 0x7f0c0062 - public const int switch_thumb_material_dark = 2131492962; - // aapt resource value: 0x7f0c0063 - public const int switch_thumb_material_light = 2131492963; + public const int switch_thumb_material_dark = 2131492963; + + // aapt resource value: 0x7f0c0064 + public const int switch_thumb_material_light = 2131492964; // aapt resource value: 0x7f0c0039 public const int switch_thumb_normal_material_dark = 2131492921; @@ -1813,6 +1800,12 @@ public partial class Dimension // aapt resource value: 0x7f070007 public const int abc_text_size_title_material_toolbar = 2131165191; + // aapt resource value: 0x7f07009a + public const int activity_horizontal_margin = 2131165338; + + // aapt resource value: 0x7f07009b + public const int activity_vertical_margin = 2131165339; + // aapt resource value: 0x7f07006d public const int design_appbar_elevation = 2131165293; @@ -1964,34 +1957,49 @@ public partial class Dimension public const int item_touch_helper_swipe_escape_velocity = 2131165186; // aapt resource value: 0x7f07008b - public const int mapbox_eight_dp = 2131165323; + public const int mapbox_attribution_icon_bottom_padding = 2131165323; // aapt resource value: 0x7f07008c - public const int mapbox_infowindow_line_width = 2131165324; + public const int mapbox_attribution_icon_left_padding = 2131165324; // aapt resource value: 0x7f07008d - public const int mapbox_infowindow_margin = 2131165325; + public const int mapbox_attribution_icon_right_padding = 2131165325; // aapt resource value: 0x7f07008e - public const int mapbox_infowindow_offset = 2131165326; + public const int mapbox_attribution_icon_top_padding = 2131165326; // aapt resource value: 0x7f07008f - public const int mapbox_infowindow_tipview_width = 2131165327; + public const int mapbox_eight_dp = 2131165327; // aapt resource value: 0x7f070090 - public const int mapbox_my_locationview_outer_circle = 2131165328; + public const int mapbox_four_dp = 2131165328; // aapt resource value: 0x7f070091 - public const int mapbox_seven_dp = 2131165329; + public const int mapbox_infowindow_line_width = 2131165329; // aapt resource value: 0x7f070092 - public const int mapbox_seventy_six_dp = 2131165330; + public const int mapbox_infowindow_margin = 2131165330; // aapt resource value: 0x7f070093 - public const int mapbox_sixteen_dp = 2131165331; + public const int mapbox_infowindow_offset = 2131165331; // aapt resource value: 0x7f070094 - public const int mapbox_ten_dp = 2131165332; + public const int mapbox_infowindow_tipview_width = 2131165332; + + // aapt resource value: 0x7f070095 + public const int mapbox_my_locationview_outer_circle = 2131165333; + + // aapt resource value: 0x7f070096 + public const int mapbox_ninety_two_dp = 2131165334; + + // aapt resource value: 0x7f070097 + public const int mapbox_sixteen_dp = 2131165335; + + // aapt resource value: 0x7f070098 + public const int mapbox_ten_dp = 2131165336; + + // aapt resource value: 0x7f070099 + public const int mapbox_two_dp = 2131165337; // aapt resource value: 0x7f07005a public const int notification_action_icon_size = 2131165274; @@ -2303,125 +2311,131 @@ public partial class Drawable // aapt resource value: 0x7f020053 public const int avd_hide_password = 2130837587; - // aapt resource value: 0x7f020076 - public const int avd_hide_password_1 = 2130837622; + // aapt resource value: 0x7f020078 + public const int avd_hide_password_1 = 2130837624; - // aapt resource value: 0x7f020077 - public const int avd_hide_password_2 = 2130837623; + // aapt resource value: 0x7f020079 + public const int avd_hide_password_2 = 2130837625; - // aapt resource value: 0x7f020078 - public const int avd_hide_password_3 = 2130837624; + // aapt resource value: 0x7f02007a + public const int avd_hide_password_3 = 2130837626; // aapt resource value: 0x7f020054 public const int avd_show_password = 2130837588; - // aapt resource value: 0x7f020079 - public const int avd_show_password_1 = 2130837625; + // aapt resource value: 0x7f02007b + public const int avd_show_password_1 = 2130837627; - // aapt resource value: 0x7f02007a - public const int avd_show_password_2 = 2130837626; + // aapt resource value: 0x7f02007c + public const int avd_show_password_2 = 2130837628; - // aapt resource value: 0x7f02007b - public const int avd_show_password_3 = 2130837627; + // aapt resource value: 0x7f02007d + public const int avd_show_password_3 = 2130837629; // aapt resource value: 0x7f020055 - public const int design_bottom_navigation_item_background = 2130837589; + public const int bg_splash = 2130837589; // aapt resource value: 0x7f020056 - public const int design_fab_background = 2130837590; + public const int design_bottom_navigation_item_background = 2130837590; // aapt resource value: 0x7f020057 - public const int design_ic_visibility = 2130837591; + public const int design_fab_background = 2130837591; // aapt resource value: 0x7f020058 - public const int design_ic_visibility_off = 2130837592; + public const int design_ic_visibility = 2130837592; // aapt resource value: 0x7f020059 - public const int design_password_eye = 2130837593; + public const int design_ic_visibility_off = 2130837593; // aapt resource value: 0x7f02005a - public const int design_snackbar_background = 2130837594; + public const int design_password_eye = 2130837594; // aapt resource value: 0x7f02005b - public const int mapbox_compass_icon = 2130837595; + public const int design_snackbar_background = 2130837595; // aapt resource value: 0x7f02005c - public const int mapbox_default_bg_selector = 2130837596; + public const int mapbox_compass_icon = 2130837596; // aapt resource value: 0x7f02005d - public const int mapbox_info_bg_selector = 2130837597; + public const int mapbox_default_bg_selector = 2130837597; // aapt resource value: 0x7f02005e - public const int mapbox_info_icon_default = 2130837598; + public const int mapbox_info_bg_selector = 2130837598; // aapt resource value: 0x7f02005f - public const int mapbox_info_icon_selected = 2130837599; + public const int mapbox_info_icon_default = 2130837599; // aapt resource value: 0x7f020060 - public const int mapbox_infowindow_icon_bg = 2130837600; + public const int mapbox_info_icon_selected = 2130837600; // aapt resource value: 0x7f020061 - public const int mapbox_logo_icon = 2130837601; + public const int mapbox_infowindow_icon_bg = 2130837601; // aapt resource value: 0x7f020062 - public const int mapbox_mapview_preview = 2130837602; + public const int mapbox_logo_icon = 2130837602; // aapt resource value: 0x7f020063 - public const int mapbox_marker_icon_default = 2130837603; + public const int mapbox_mapview_preview = 2130837603; // aapt resource value: 0x7f020064 - public const int mapbox_markerview_icon_default = 2130837604; + public const int mapbox_marker_icon_default = 2130837604; // aapt resource value: 0x7f020065 - public const int mapbox_mylocation_bg_shape = 2130837605; + public const int mapbox_markerview_icon_default = 2130837605; // aapt resource value: 0x7f020066 - public const int mapbox_mylocation_icon_bearing = 2130837606; + public const int mapbox_mylocation_bg_shape = 2130837606; // aapt resource value: 0x7f020067 - public const int mapbox_mylocation_icon_default = 2130837607; + public const int mapbox_mylocation_icon_bearing = 2130837607; // aapt resource value: 0x7f020068 - public const int mapbox_popup_window_transparent = 2130837608; + public const int mapbox_mylocation_icon_default = 2130837608; // aapt resource value: 0x7f020069 - public const int navigation_empty_icon = 2130837609; + public const int mapbox_popup_window_transparent = 2130837609; // aapt resource value: 0x7f02006a - public const int notification_action_background = 2130837610; + public const int navigation_empty_icon = 2130837610; // aapt resource value: 0x7f02006b - public const int notification_bg = 2130837611; + public const int naxam_copyright = 2130837611; // aapt resource value: 0x7f02006c - public const int notification_bg_low = 2130837612; + public const int notification_action_background = 2130837612; // aapt resource value: 0x7f02006d - public const int notification_bg_low_normal = 2130837613; + public const int notification_bg = 2130837613; // aapt resource value: 0x7f02006e - public const int notification_bg_low_pressed = 2130837614; + public const int notification_bg_low = 2130837614; // aapt resource value: 0x7f02006f - public const int notification_bg_normal = 2130837615; + public const int notification_bg_low_normal = 2130837615; // aapt resource value: 0x7f020070 - public const int notification_bg_normal_pressed = 2130837616; + public const int notification_bg_low_pressed = 2130837616; // aapt resource value: 0x7f020071 - public const int notification_icon_background = 2130837617; - - // aapt resource value: 0x7f020074 - public const int notification_template_icon_bg = 2130837620; - - // aapt resource value: 0x7f020075 - public const int notification_template_icon_low_bg = 2130837621; + public const int notification_bg_normal = 2130837617; // aapt resource value: 0x7f020072 - public const int notification_tile_bg = 2130837618; + public const int notification_bg_normal_pressed = 2130837618; // aapt resource value: 0x7f020073 - public const int notify_panel_notification_icon_bg = 2130837619; + public const int notification_icon_background = 2130837619; + + // aapt resource value: 0x7f020076 + public const int notification_template_icon_bg = 2130837622; + + // aapt resource value: 0x7f020077 + public const int notification_template_icon_low_bg = 2130837623; + + // aapt resource value: 0x7f020074 + public const int notification_tile_bg = 2130837620; + + // aapt resource value: 0x7f020075 + public const int notify_panel_notification_icon_bg = 2130837621; static Drawable() { @@ -3187,7 +3201,10 @@ public partial class Mipmap { // aapt resource value: 0x7f030000 - public const int Icon = 2130903040; + public const int ic_launcher = 2130903040; + + // aapt resource value: 0x7f030001 + public const int Icon = 2130903041; static Mipmap() { @@ -3295,8 +3312,8 @@ public partial class String // aapt resource value: 0x7f090012 public const int abc_toolbar_collapse_description = 2131296274; - // aapt resource value: 0x7f09003e - public const int access_token = 2131296318; + // aapt resource value: 0x7f090041 + public const int access_token = 2131296321; // aapt resource value: 0x7f090029 public const int app_name = 2131296297; @@ -3310,8 +3327,11 @@ public partial class String // aapt resource value: 0x7f090023 public const int character_counter_pattern = 2131296291; - // aapt resource value: 0x7f09003d - public const int hello = 2131296317; + // aapt resource value: 0x7f090040 + public const int hello = 2131296320; + + // aapt resource value: 0x7f090035 + public const int mapbox_attributionErrorNoBrowser = 2131296309; // aapt resource value: 0x7f09002a public const int mapbox_attributionTelemetryMessage = 2131296298; @@ -3338,37 +3358,43 @@ public partial class String public const int mapbox_compassContentDescription = 2131296305; // aapt resource value: 0x7f090032 - public const int mapbox_infoWindowAddress = 2131296306; + public const int mapbox_mapActionDescription = 2131296306; // aapt resource value: 0x7f090033 - public const int mapbox_infoWindowDescription = 2131296307; + public const int mapbox_myLocationViewContentDescription = 2131296307; // aapt resource value: 0x7f090034 - public const int mapbox_infoWindowTitle = 2131296308; - - // aapt resource value: 0x7f090035 - public const int mapbox_mapActionDescription = 2131296309; + public const int mapbox_offline_error_region_definition_invalid = 2131296308; // aapt resource value: 0x7f090036 - public const int mapbox_myLocationViewContentDescription = 2131296310; + public const int mapbox_style_dark = 2131296310; // aapt resource value: 0x7f090037 - public const int mapbox_style_dark = 2131296311; + public const int mapbox_style_light = 2131296311; // aapt resource value: 0x7f090038 - public const int mapbox_style_light = 2131296312; + public const int mapbox_style_mapbox_streets = 2131296312; // aapt resource value: 0x7f090039 - public const int mapbox_style_mapbox_streets = 2131296313; + public const int mapbox_style_outdoors = 2131296313; // aapt resource value: 0x7f09003a - public const int mapbox_style_outdoors = 2131296314; + public const int mapbox_style_satellite = 2131296314; // aapt resource value: 0x7f09003b - public const int mapbox_style_satellite = 2131296315; + public const int mapbox_style_satellite_streets = 2131296315; // aapt resource value: 0x7f09003c - public const int mapbox_style_satellite_streets = 2131296316; + public const int mapbox_style_traffic_day = 2131296316; + + // aapt resource value: 0x7f09003d + public const int mapbox_style_traffic_night = 2131296317; + + // aapt resource value: 0x7f09003e + public const int mapbox_telemetryLink = 2131296318; + + // aapt resource value: 0x7f09003f + public const int mapbox_telemetrySettings = 2131296319; // aapt resource value: 0x7f090024 public const int password_toggle_content_description = 2131296292; @@ -6580,7 +6606,8 @@ public partial class Styleable 2130772334, 2130772335, 2130772336, - 2130772337}; + 2130772337, + 2130772338}; // aapt resource value: 1 public const int mapbox_MapView_mapbox_apiBaseUrl = 1; @@ -6642,36 +6669,39 @@ public partial class Styleable // aapt resource value: 16 public const int mapbox_MapView_mapbox_myLocationTintColor = 16; - // aapt resource value: 47 - public const int mapbox_MapView_mapbox_renderTextureMode = 47; + // aapt resource value: 48 + public const int mapbox_MapView_mapbox_renderTextureMode = 48; // aapt resource value: 0 public const int mapbox_MapView_mapbox_styleUrl = 0; - // aapt resource value: 40 - public const int mapbox_MapView_mapbox_uiAttribution = 40; - // aapt resource value: 41 - public const int mapbox_MapView_mapbox_uiAttributionGravity = 41; - - // aapt resource value: 45 - public const int mapbox_MapView_mapbox_uiAttributionMarginBottom = 45; + public const int mapbox_MapView_mapbox_uiAttribution = 41; // aapt resource value: 42 - public const int mapbox_MapView_mapbox_uiAttributionMarginLeft = 42; + public const int mapbox_MapView_mapbox_uiAttributionGravity = 42; - // aapt resource value: 44 - public const int mapbox_MapView_mapbox_uiAttributionMarginRight = 44; + // aapt resource value: 46 + public const int mapbox_MapView_mapbox_uiAttributionMarginBottom = 46; // aapt resource value: 43 - public const int mapbox_MapView_mapbox_uiAttributionMarginTop = 43; + public const int mapbox_MapView_mapbox_uiAttributionMarginLeft = 43; - // aapt resource value: 46 - public const int mapbox_MapView_mapbox_uiAttributionTintColor = 46; + // aapt resource value: 45 + public const int mapbox_MapView_mapbox_uiAttributionMarginRight = 45; + + // aapt resource value: 44 + public const int mapbox_MapView_mapbox_uiAttributionMarginTop = 44; + + // aapt resource value: 47 + public const int mapbox_MapView_mapbox_uiAttributionTintColor = 47; // aapt resource value: 27 public const int mapbox_MapView_mapbox_uiCompass = 27; + // aapt resource value: 34 + public const int mapbox_MapView_mapbox_uiCompassDrawable = 34; + // aapt resource value: 33 public const int mapbox_MapView_mapbox_uiCompassFadeFacingNorth = 33; @@ -6693,23 +6723,23 @@ public partial class Styleable // aapt resource value: 13 public const int mapbox_MapView_mapbox_uiDoubleTapGestures = 13; - // aapt resource value: 34 - public const int mapbox_MapView_mapbox_uiLogo = 34; - // aapt resource value: 35 - public const int mapbox_MapView_mapbox_uiLogoGravity = 35; - - // aapt resource value: 39 - public const int mapbox_MapView_mapbox_uiLogoMarginBottom = 39; + public const int mapbox_MapView_mapbox_uiLogo = 35; // aapt resource value: 36 - public const int mapbox_MapView_mapbox_uiLogoMarginLeft = 36; + public const int mapbox_MapView_mapbox_uiLogoGravity = 36; - // aapt resource value: 38 - public const int mapbox_MapView_mapbox_uiLogoMarginRight = 38; + // aapt resource value: 40 + public const int mapbox_MapView_mapbox_uiLogoMarginBottom = 40; // aapt resource value: 37 - public const int mapbox_MapView_mapbox_uiLogoMarginTop = 37; + public const int mapbox_MapView_mapbox_uiLogoMarginLeft = 37; + + // aapt resource value: 39 + public const int mapbox_MapView_mapbox_uiLogoMarginRight = 39; + + // aapt resource value: 38 + public const int mapbox_MapView_mapbox_uiLogoMarginTop = 38; // aapt resource value: 11 public const int mapbox_MapView_mapbox_uiRotateGestures = 11; diff --git a/demo/Naxam.MapboxQs/Resources/drawable-hdpi/naxam_copyright.png b/demo/Naxam.MapboxQs/Resources/drawable-hdpi/naxam_copyright.png new file mode 100755 index 0000000..ae46467 Binary files /dev/null and b/demo/Naxam.MapboxQs/Resources/drawable-hdpi/naxam_copyright.png differ diff --git a/demo/Naxam.MapboxQs/Resources/drawable-mdpi/naxam_copyright.png b/demo/Naxam.MapboxQs/Resources/drawable-mdpi/naxam_copyright.png new file mode 100755 index 0000000..f2a0b4d Binary files /dev/null and b/demo/Naxam.MapboxQs/Resources/drawable-mdpi/naxam_copyright.png differ diff --git a/demo/Naxam.MapboxQs/Resources/drawable-xhdpi/naxam_copyright.png b/demo/Naxam.MapboxQs/Resources/drawable-xhdpi/naxam_copyright.png new file mode 100755 index 0000000..28170aa Binary files /dev/null and b/demo/Naxam.MapboxQs/Resources/drawable-xhdpi/naxam_copyright.png differ diff --git a/demo/Naxam.MapboxQs/Resources/drawable-xxhdpi/naxam_copyright.png b/demo/Naxam.MapboxQs/Resources/drawable-xxhdpi/naxam_copyright.png new file mode 100755 index 0000000..92c45c7 Binary files /dev/null and b/demo/Naxam.MapboxQs/Resources/drawable-xxhdpi/naxam_copyright.png differ diff --git a/demo/Naxam.MapboxQs/Resources/drawable-xxxhdpi/naxam_copyright.png b/demo/Naxam.MapboxQs/Resources/drawable-xxxhdpi/naxam_copyright.png new file mode 100755 index 0000000..e274fe3 Binary files /dev/null and b/demo/Naxam.MapboxQs/Resources/drawable-xxxhdpi/naxam_copyright.png differ diff --git a/demo/Naxam.MapboxQs/Resources/drawable/bg_splash.xml b/demo/Naxam.MapboxQs/Resources/drawable/bg_splash.xml new file mode 100644 index 0000000..c663e07 --- /dev/null +++ b/demo/Naxam.MapboxQs/Resources/drawable/bg_splash.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/demo/Naxam.MapboxQs/Resources/layout/Main.axml b/demo/Naxam.MapboxQs/Resources/layout/Main.axml index a449b82..0a604f0 100644 --- a/demo/Naxam.MapboxQs/Resources/layout/Main.axml +++ b/demo/Naxam.MapboxQs/Resources/layout/Main.axml @@ -2,7 +2,8 @@ + android:layout_height="match_parent" + android:background="@android:color/white"> + 16dp + 16dp + #5DAC48