Created
June 23, 2015 11:54
-
-
Save mzgreen/fb0a56c98ee777d9e27f to your computer and use it in GitHub Desktop.
HidingScrollExample - scrolling Toolbar
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
<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