Coordinatorlayout adjustresize not working

前端 未结 9 585
傲寒
傲寒 2020-12-08 15:32

MY CODE (and more): I have a Coordinator Layout as follows



        
9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 15:57

    For now I am solving it using androidx.drawerlayout.widget.DrawerLayout to wrap:

    CoordinatorLayout, AppBarLayout, CollapsingToolbarLayout, Toolbar, NestedScrollView

    It is maybe not the best idea but it is working for me ;)

    I have a sample in my project: https://github.com/maiconpintoabreu/Kupping-Mobile/blob/master/app/src/main/res/layout/activity_event_new.xml

提交回复
热议问题