Last active
May 4, 2018 11:54
-
-
Save adolgiy/8970a76cb91fdec1a62745e413c6b05e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<CoordinatorLayout> | |
<MyView app:layout_behavior="MyBehavior" /> | |
<BottomSheet app:layout_behavior="BottomSheetBehavior"/> | |
<AppBarLayout app:layout_behavior="MyAppBarBehavior"/> | |
</CoordinatorLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment