BottomNavigation icon indicating copy to clipboard operation
BottomNavigation copied to clipboard

Auto hide/show with CollapsingToolbarLayout

Open MRezaNasirloo opened this issue 7 years ago • 3 comments

The auto hide/show does not work when adding app:layout_scrollFlags="scroll" to CollapsingToolbarLayout

Looks like other button navigation libraries have this issue too.

MRezaNasirloo avatar Jun 17 '17 13:06 MRezaNasirloo

+1

qingshangming avatar Jul 04 '17 06:07 qingshangming

@Pedramrn @qingshangming that might be bug from support library. Which version of support library is used ??

Ashok-Varma avatar Jul 05 '17 15:07 Ashok-Varma

@Ashok-Varma I'm using the version 25.3.1

For now this can be resolved with registering a scroll linster on the recyclerview and show/hide the bottom sheet manually.

MRezaNasirloo avatar Jul 07 '17 17:07 MRezaNasirloo