摧毁阴影DrawLayout

时间:2016-06-10 12:29:43

标签: android material-design navigation-drawer toolbar android-toolbar

下图显示我的工具栏上有阴影。

如何删除此阴影并将菜单放在工具栏下?

enter image description here

这是我的工具栏代码:

activity_items

这是我的幻灯片菜单代码:

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar               xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="#2196F3"
android:layoutDirection="ltr"
android:textDirection="rtl"
app:popupTheme="@style/AppTheme.PopupOverlay" />

1 个答案:

答案 0 :(得分:0)

试试这个

yourDrawerLayout.setScrimColor(Color.TRANSPARENT);