android - Android 中的折叠底栏(如 Google Music)

标签 android

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

最佳答案

虽然我迟到了,但仍然可以帮助你

尝试此处提供的 AndroidSlidingPanelLibrary https://github.com/umano/AndroidSlidingUpPanel

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

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

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

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

另请参阅此答案,

Build Play Music-like interface

关于android - Android 中的折叠底栏(如 Google Music),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32602894/

相关文章:

android - 将透明主题应用于 Activity : Doesn't fit full screen in Device

android - 拦截来自外部应用程序的 Intent

android - View 的屏幕截图始终为空。安卓

android-XYZTouristAttractions 谷歌的例子 : error while trying to compile

android - 多点触控的处理

android - SeekBar 在 android 上具有负值

android - 使用具有 curl /翻转效果的 muPDF

java - 当我更改文本并将其显示在线程中的 UI 上时,什么也没做(JAVA)

android - Action 模式栏下推工具栏

android - 弯曲的按钮和一个圈子