coordinator-behaviors icon indicating copy to clipboard operation
coordinator-behaviors copied to clipboard

Android Library. Behaviors for CoordinatorLayout.

Results 3 coordinator-behaviors issues
Sort by recently updated
recently updated
newest added

Hi as i found very interesting Sample but unfortunate it was in kotlin. Have you developed in Native Java? Please provide sample in java.

Hello, Thanks a lot for your library. The Media view in the Youtube example is shifted slightly to left when it is started in `STATE_SHRINK` instead of `STATE_EXPANDED` [Here](https://gfycat.com/WarmSecondhandEider) is...

bug

example ``` fab.setOnClickListener { val snackbar = Snackbar.make(root, "test", Snackbar.LENGTH_LONG) val behavior = BottomNavigationBehavior.from(navigation) val layoutParams = snackbar.view.layoutParams as CoordinatorLayout.LayoutParams behavior?.let { if (it.animatingDirection != BottomNavigationBehavior.SCROLL_DOWN) { layoutParams.bottomMargin = navigation.height...

bug