Created
March 5, 2017 04:40
アクションバーの影を消す
This file contains 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.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