StatusBarUtil
StatusBarUtil copied to clipboard
AppBarLayout+Toolbar 上边缘有阴影,不好解决

<android.support.design.widget.AppBarLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/app_bar_layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:elevation="4dp">
<android.support.v7.widget.Toolbar
android:id="@+id/sys_toolbar"
android:layout_width="match_parent"
android:layout_height="45dp"
android:background="@color/color_toolbar_bg">
android:elevation="4dp"
这个只能你自己改下布局或者去掉这个阴影了
感觉有点尴尬了,我在找找看有没有好点的办法
<android.support.design.widget.AppBarLayout android:id="@+id/app_bar_layout" android:layout_width="match_parent" android:layout_height="wrap_content" app:elevation="0dp"> 这样去掉阴影
大哥,我想要这个效果,但是做不出来,你怎么搞的??