Skip to content

Instantly share code, notes, and snippets.

@Skyyo
Last active August 8, 2020 16:46
Show Gist options
  • Select an option

  • Save Skyyo/c50811427f8007cfaa9e38c85c5f43cf to your computer and use it in GitHub Desktop.

Select an option

Save Skyyo/c50811427f8007cfaa9e38c85c5f43cf to your computer and use it in GitHub Desktop.
Simple way to auto elevate app bar on content scroll using material styles. #elevation
implementation 'com.google.android.material:material:1.3.0-alpha01'
<CoordinatorLayout
<AppBarLayout
style="@style/Widget.MaterialComponents.AppBarLayout.Surface"
app:liftOnScroll="true"/>
<RecyclerView
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment