Skip to main content

All Questions

Filter by
Sorted by
Tagged with
7 votes
3 answers
4k views

CoordinatorLayout does not hide Toolbar on scrolling despite implementing all required parameters

Here is my setup, i am running a DrawerLayout, within it is a CoordinatorLayout containing an AppBarLayout and a nestedscrollview. I am trying to have the nestedscrollview scroll normally and the ...
Shrikant Bhaskar's user avatar
2 votes
2 answers
1k views

Material design fixed tabs without toolbar

I have a slight problem figuring out a "bug" in my code. Im not sure if its a bug or not. However, as you can see in the picture 1, the fixed tabs' position is behind the curtain drawer. I cant find/...
Celly's user avatar
  • 325
9 votes
2 answers
5k views

Fixed tabs in new material design android

I've searched stackoverflow and google material design documentation quite a lot but can't find a way how to correctly implement simple fixed tabs in the new material design. I am using appcompat v7 ...
user1071762's user avatar