CoordinatorBehaviorExample icon indicating copy to clipboard operation
CoordinatorBehaviorExample copied to clipboard

Results 27 CoordinatorBehaviorExample issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot_1555322824](https://user-images.githubusercontent.com/41282676/56124505-d4631e00-5f87-11e9-8a6b-9866b587d31a.png) this after scroll: ![Screenshot_1555322735](https://user-images.githubusercontent.com/41282676/56124519-e1800d00-5f87-11e9-9a45-a09a560069f9.png)

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...