Fling smoothly AppBarLayout with NestedScrollView using AppBarLayout.Behavior

后端 未结 2 840
长情又很酷
长情又很酷 2020-12-30 06:33

I have an AppBarLayout and NestedScrollView. I want the NestedScrollView whenever it scroll down, the AppBarLayout should also expand gracefully, without the NestedScrollVie

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-30 06:50

    The problem has been solved with the libraries in this repository.

    (https://developer.android.com/topic/libraries/support-library/setup.html)

    allprojects {
        repositories {
            jcenter()
            maven {
                url "https://maven.google.com"
            }
        }
    }
    

提交回复
热议问题