Skip to content

Instantly share code, notes, and snippets.

@nesterchung
Created May 25, 2018 10:03
Show Gist options
  • Save nesterchung/35b779da4e31b41b9b0b0476763afafc to your computer and use it in GitHub Desktop.
Save nesterchung/35b779da4e31b41b9b0b0476763afafc to your computer and use it in GitHub Desktop.
AppBar Transplat
<style name="AppTheme.AppBarOverlay.Transplant" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
<item name="colorPrimary">@android:color/transparent</item>
<item name="android:background">@android:color/transparent</item>
<item name="elevation">0dp</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment