<android.support.design.widget.AppBarLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:theme="@style/AppTheme.AppBarOverlay"app:elevation="0dp">
<android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" app:popupTheme="@style/AppTheme.PopupOverlay" >
只需要在AppBarLayout 加上一句 app:elevation="0dp" 就行了
toolbar去掉阴影
最新推荐文章于 2023-09-09 10:10:44 发布