Android ActionBar hide/show when scrolling list view

后端 未结 4 1043
感动是毒
感动是毒 2020-12-09 04:53

I want to hide/show the compatibility action bar as the user scrolls up/down a listview. When the action bar disappears the list will occupy also the action bar\'s space.

4条回答
  •  粉色の甜心
    2020-12-09 05:24

    See my answer on that link: How to hide and show the Android ActionBar like in Google Inbox app? I am using RecyclerView but the idea is the same

提交回复
热议问题