禁用CollapsingToolbarLayout提升

时间:2015-12-28 13:41:38

标签: android material-design toolbar android-collapsingtoolbarlayout

我正在使用this answer中的代码。我崩溃时尝试禁用工具栏的高程。我尝试将android:elevation="0dp"放到所有xml标签上,但它没有成功。有什么建议吗?

enter image description here

2 个答案:

答案 0 :(得分:20)

app:elevation="0dp"上设置AppBarLayout可以胜任这项工作。

答案 1 :(得分:3)

只需添加

android:stateListAnimator="@null"

到您的AppBarLayout