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

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

【问题讨论】:

标签: android


【解决方案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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-10-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多