Android 中的折叠底栏(如 Google 音乐)

Posted

技术标签:

【中文标题】Android 中的折叠底栏(如 Google 音乐)【英文标题】:Collapsing Bottom Bar (like Google Music) in Android 【发布时间】:2015-09-16 08:00:52 【问题描述】:

我知道如何使用 android 设计库实现折叠工具栏。 但是我如何实现像googles play music app 中实现的那样的折叠底栏?

【问题讨论】:

嘿,你找到答案了吗?你能帮我吗:***.com/questions/38274623/… 【参考方案1】:

虽然我回答迟了,但它仍然可以帮助你

在此处试用 AndroidSlidingPanelLibrary https://github.com/umano/AndroidSlidingUpPanel

将以下依赖项添加到您的 build.gradle 文件以使用最新版本:

dependencies 
    repositories 
        mavenCentral()
    
    compile 'com.sothree.slidinguppanel:library:3.2.0'

并将com.sothree.slidinguppanel.SlidingUpPanelLayout 设置为活动布局中的根元素。

有关详细信息,请参阅上述链接上的文档。

另请参阅此答案,

Build Play Music-like interface

【讨论】:

以上是关于Android 中的折叠底栏(如 Google 音乐)的主要内容,如果未能解决你的问题,请参考以下文章

使用 Google Apps 脚本折叠 Google 文档中的元素 - 这可能吗?

在 Android 中为不同设备管理软底栏时遇到问题

带有子元素的 Android 自定义可展开/可折叠视图

如何折叠 Android 通知?

Android抖音国际版 日本老师挺多的

Android:折叠通知中的额外间距