Skip to content

Instantly share code, notes, and snippets.

@takoikatakotako
Created March 5, 2017 04:40
アクションバーの影を消す
<!--アクションバーの影を消す-->
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:elevation="0dp">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment