Skip to content

Instantly share code, notes, and snippets.

@mzgreen
Created June 23, 2015 11:54
Show Gist options
  • Save mzgreen/fb0a56c98ee777d9e27f to your computer and use it in GitHub Desktop.
Save mzgreen/fb0a56c98ee777d9e27f to your computer and use it in GitHub Desktop.
HidingScrollExample - scrolling Toolbar
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment