Build Play Music-like interface

前端 未结 1 514
太阳男子
太阳男子 2020-12-07 19:29

I\'m trying to build and interface that would mimic the recent Google Play Music interface which as a reminder looks like this on a phone

相关标签:
1条回答
  • 2020-12-07 19:48
    • Use AndroidSlidingUpPanel library. It is pretty easy to use.
    • Add a FragmentPager inside this panel for the "Swipe left for the next song" feature. It also can be the "handle" for sliding up panel.
    • Add the player layout inside the sliding up panel layout
    0 讨论(0)
提交回复
热议问题