gpt4 book ai didi

android - 为什么我不能将任何 android 的 UI 元素放置在 map fragment 之上?

转载 作者:行者123 更新时间:2023-11-29 19:01:31 25 4
gpt4 key购买 nike

<分区>

我有一个谷歌地图,这是在开始新项目时创建 map Activity 时的默认布局:

<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.xxxxx.xxxxx.xxxxx.xxxxx.MapsActivity" />

当我进入设计 View 时,我希望能够将一个按钮拖到 map /fragment 上。但看起来这种行为是不允许的。

难道不能把一个UI组件拖到 map 上吗?这与 iOS 不同。

如果是这种情况,我会使用线性布局,然后在其中包含 fragment 和按钮吗?

谢谢。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com