Created
October 15, 2015 12:23
-
-
Save shivanic1986/3878ba338b145e233fdc 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.LayoutParams params = (CoordinatorLayout.LayoutParams) appbar.getLayoutParams(); | |
AppBarLayout.Behavior behavior = (AppBarLayout.Behavior) params.getBehavior(); | |
if (behavior != null) { | |
behavior.onNestedFling(cordinateLayoutMain, appbar, imgv_user_photo, 0, 100, true); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment