Skip to content

Instantly share code, notes, and snippets.

@edwinlab
Created May 14, 2017 09:07
Show Gist options
  • Select an option

  • Save edwinlab/a750e7622e86f4aa7260856629d10e9d to your computer and use it in GitHub Desktop.

Select an option

Save edwinlab/a750e7622e86f4aa7260856629d10e9d to your computer and use it in GitHub Desktop.
app bar addOnOffsetChangedListener
AppBarLayout appBar = (AppBarLayout) rootView.findViewById(R.id.app_bar);
appBar.addOnOffsetChangedListener(new AppBarLayout.OnOffsetChangedListener() {
@Override
public void onOffsetChanged(AppBarLayout appBarLayout, int verticalOffset) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment