CoordinatorBehaviorExample
CoordinatorBehaviorExample copied to clipboard
Is it possible to use this `Behavior`, while having the `Toolbar` pinned to the top? I'd like to be able to use the "quick return" toolbar, but with my `ImageView`...
When I set the gravity of image, and scroll the page quickly, it not appear properly. this is before scrolling quickly:  this after scroll: 
Hello, I have tried all possible ways to put Back Arrow but it don't work. I have seen everywhere that Toolbar should be inside CollapsingToolbarLayout but in your code it's...
For this example if you directly add `onOptionsItemSelected` it will not work. To solve this you need to add one line of code: ``` ... mToolbar.inflateMenu(R.menu.menu_main); // add this line...
Why check if any of the private fields need to be initialized every time onDependentViewChanged is called? Do you expect the values to be reset to 0 by something? `...
I'm working with NavigationIcon (?homeAsUpIndicator), can I set the left margin to avatar to avoid overlapping of the image above the indicator? I've added: ``` child.setY(mStartYPosition - distanceYToSubtract); if(mStartXPosition -...
Hi I am developing app in which I am having a view similar to Instagram (https://user-images.githubusercontent.com/35765225/35329279-4444b0ee-00f7-11e8-8408-95c6d0bfb04d.jpeg) I want a scrolling effect similar to instagram. When it is scrolled up its...