Android:错误小吃栏在地图视图中未正确显示

Posted

技术标签:

【中文标题】Android:错误小吃栏在地图视图中未正确显示【英文标题】:Android : Error Snack bar not showing correctly with Map View 【发布时间】:2019-09-20 02:30:47 【问题描述】:

这是xml布局

    <android.support.design.widget.CoordinatorLayout
        android:id="@+id/map_location_picker_main_content"
        android:layout_
        android:layout_>

        <com.mapbox.mapboxsdk.maps.MapView
            android:id="@+id/map_view"
            android:layout_
            android:layout_ />
    </android.support.design.widget.CoordinatorLayout>

这是输出:

我使用 CoordinatorLayout 作为我的 xml 文件ma​​pbox 布局的根以显示地图。 我不知道发生了什么,请帮助我。

【问题讨论】:

【参考方案1】:

只需在 MapView 顶部创建一个视图并在其中显示小吃吧 :))

布局:

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_
    android:layout_
    xmlns:mapbox="http://schemas.android.com/apk/res-auto"
    tools:context=".MainActivity">

    <com.mapbox.mapboxsdk.maps.MapView
        android:id="@+id/mapView"
        android:layout_
        android:layout_/>

    <View
        android:id="@+id/snackbarView"
        android:layout_
        android:layout_ />

</androidx.constraintlayout.widget.ConstraintLayout>

活动:

val snackbar = Snackbar.make(snackbarView, "Message :))", Snackbar.LENGTH_LONG)
snackbar.show()

【讨论】:

感谢它看起来很聪明,但我无法测试它,因为我离开了我工作了一段时间的公司。

以上是关于Android:错误小吃栏在地图视图中未正确显示的主要内容,如果未能解决你的问题,请参考以下文章

为啥使用 mapview 看不到 android 小吃吧?

Vue2 传单地图在 BoostrapVue 模态中未正确显示

地图中未显示用户位置

谷歌地图中未初始化相机更新工厂

键盘在 Web 视图中未正确显示 - 横向模式

缩略图在 Drupal 8 的视图中未正确显示