CollapsingToolbarLayout ImageView is not scrollable

前端 未结 3 2009
情深已故
情深已故 2021-02-06 04:53

Using cheesesquare - android support library example is it possible to make the Header ImageView scroll-able?



        
3条回答
  •  迷失自我
    2021-02-06 05:24

    From testing this on support library 23.1.1, this issue seems to have been fixed.

    compile 'com.android.support:design:23.1.1'
    

    You can now put into your CollapsingToolbarLayout anything, ImageView, RelativeLayout, TextView and it will scroll as intended.

提交回复
热议问题