diff --git a/MapboxAndroidDemo/src/global/java/com/mapbox/mapboxandroiddemo/MainActivity.java b/MapboxAndroidDemo/src/global/java/com/mapbox/mapboxandroiddemo/MainActivity.java index 1e0f08559..0ee93d00d 100644 --- a/MapboxAndroidDemo/src/global/java/com/mapbox/mapboxandroiddemo/MainActivity.java +++ b/MapboxAndroidDemo/src/global/java/com/mapbox/mapboxandroiddemo/MainActivity.java @@ -962,6 +962,7 @@ private void initializeModels() { null, R.string.activity_java_services_optimization_url, false, BuildConfig.MIN_SDK_VERSION)); + exampleItemModels.add(new ExampleItemModel( R.id.nav_java_services, R.string.activity_java_services_static_image_title, diff --git a/MapboxAndroidDemo/src/main/res/values/descriptions_strings.xml b/MapboxAndroidDemo/src/main/res/values/descriptions_strings.xml index 43812d18d..639ba2e92 100644 --- a/MapboxAndroidDemo/src/main/res/values/descriptions_strings.xml +++ b/MapboxAndroidDemo/src/main/res/values/descriptions_strings.xml @@ -64,7 +64,6 @@ Allow or deny text and icons to overlap and collide. Outline a polygon hole to highlight a revealed region. Adjust the color, size, and fonts of SymbolLayer text fields. - Draw a vector polygon with holes on a map using the Mapbox Maps SDK. Attach a view to a given position on the map. Use an info window adapter to customize the info window. "Animate the map's camera position, tilt, bearing, and zoom." diff --git a/MapboxAndroidDemo/src/main/res/values/titles_strings.xml b/MapboxAndroidDemo/src/main/res/values/titles_strings.xml index 7cb337ef7..17b4a7676 100644 --- a/MapboxAndroidDemo/src/main/res/values/titles_strings.xml +++ b/MapboxAndroidDemo/src/main/res/values/titles_strings.xml @@ -63,7 +63,6 @@ Toggle collision detection Outlined polygon hole Adjust text labels - Line behind moving icon Draw a marker view Custom info window Animate the map camera diff --git a/MapboxAndroidDemo/src/main/res/values/urls_strings.xml b/MapboxAndroidDemo/src/main/res/values/urls_strings.xml index 139e2aa01..38e0e8798 100644 --- a/MapboxAndroidDemo/src/main/res/values/urls_strings.xml +++ b/MapboxAndroidDemo/src/main/res/values/urls_strings.xml @@ -62,7 +62,6 @@ https://i.imgur.com/nV1YnIv.png http://i.imgur.com/19GZh8H.jpg https://i.imgur.com/MSoIYmU.png - https://i.imgur.com/6hcqbNw.png http://i.imgur.com/vbWTLIE.png http://i.imgur.com/mCWbosy.png http://i.imgur.com/X59UoaY.png