gpt4 book ai didi

android - 底部带有按钮的 MapView

转载 作者:行者123 更新时间:2023-11-29 16:23:52 26 4
gpt4 key购买 nike

我试图在布局底部放置一个按钮。这是我做的

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent">


<com.google.android.maps.MapView
android:id="@+id/map" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:apiKey="mykey"
android:clickable="true" />

<Button android:id="@+id/button" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_alignParentBottom="true" />


</RelativeLayout>

这很好用,但按钮覆盖在 map View 的顶部。我希望 map View 在按钮的顶部结束。我以为我可以将 mapview 设置为 layout_height="wrap_content"但这没有用。

有什么建议吗?

最佳答案

显然我只需要将它添加到我的 MapView 中:

android:layout_above="@+id/button"
android:layout_alignParentTop="true"

关于android - 底部带有按钮的 MapView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5694183/

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