gpt4 book ai didi

Android 从 map fragment 底部拖动回收器 View

转载 作者:行者123 更新时间:2023-11-30 00:28:20 24 4
gpt4 key购买 nike

我想模仿谷歌街景布局。我有一个只有一张 map 的 viewpager。我想在每个页面的底部显示一个回收站,然后从底部拖动+滚动它。这是期望的结果(我不需要隐藏操作栏):

enter image description here

您知道要使用哪种布局才能获得相同的底部拖动/滚动效果吗?

我设法为 myviewpager 制作了一张 map :

enter image description here

但是当我在 viewpager fragment 中添加 recyclerView 时,它显然隐藏了 map :

enter image description here

现在我的标签 fragment 仅由 recyclerview 组成

<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/recyclerview"
android:layout_width="match_parent"
android:visibility="invisible"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:layout_marginStart="8dp"
tools:listitem="@layout/fragment_topic_list" />

我尝试使用 bottom sheet,但它捕获了 map 事件,我无法控制滚动(惯性)。

最佳答案

Bottom Sheets 是设计支持库中鲜为人知的部分。 Design support library 是一个 Android 库,旨在帮助 android 开发人员实现 Google Material 设计指南。

可以上下拖动底部工作表。你需要更多地探索它。我可以为您指出一些有用的资源。你应该跟着他们。我真的认为他们可以帮助你。

克隆这个格子应用程序的 repo并研究代码。它通过拖放在其中使用底部工作表

也关注这个tutorial它将帮助你理解 bottom sheet 的行为

希望这个回答对您有所帮助。

关于Android 从 map fragment 底部拖动回收器 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44962807/

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