NavigationView上部有阴影,怎么才能移除呢

觉今是-而昨非 2016-03-22 04:18:46
在fragment的布局文件里面,定义了一个NavigationView,但是划出后上部分有个高度貌似是通知栏高度的阴影

<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:openDrawer="end">
<com.wk.reservation.view.PullListView
android:id="@id/listView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.design.widget.NavigationView
android:id="@+id/nav_view_right"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="end"
app:itemBackground="@android:color/white">

<include layout="@layout/nav_right_header_main" />

</android.support.design.widget.NavigationView>
</android.support.v4.widget.DrawerLayout>
...全文
417 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
冉冉同学_ 2016-04-21
  • 打赏
  • 举报
回复
引用 1 楼 tanranran 的回复:
com.android.support:design:23.1.1
找到属性了app:insetForeground="@android:color/transparent" 亲测有效
冉冉同学_ 2016-04-21
  • 打赏
  • 举报
回复
com.android.support:design:23.1.1

80,467

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧