Material Design checklist: hiding app bar on scroll?

后端 未结 2 1673
生来不讨喜
生来不讨喜 2021-02-03 10:45

Per the new Android Material Design checklist:

http://android-developers.blogspot.com/2014/10/material-design-on-android-checklist.html

Where appr

2条回答
  •  再見小時候
    2021-02-03 11:28

    Ref: https://material.io/develop/android/components/app-bars-bottom

    hiding app bar on scroll:

    
    

    Kotlin: programmatically

      bottomAppBar.hideOnScroll = true
    

提交回复
热议问题