Open ender115 opened 7 years ago
我是用SlidingMenu实现的左侧侧滑菜单,我在activity中设置StatusBarUtil.setTranslucentForImageViewInFragment(MainActivity.this, null);但是右边的fragment顶部设置图片,不会延伸到状态栏去 <FrameLayout android:layout_width="match_parent" android:layout_height="75dp">
<ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/cycleone"/> <RelativeLayout android:layout_width="match_parent" android:layout_height="50dp" android:layout_marginTop="25dp" android:background="?attr/TitleBackgroundColor" android:gravity="center_vertical" android:tag="ll_white_gray" >
SlidingMenu 这种第三方控件是没特殊支持的
SlidingMenu
可以了 需要修改一下SlidingMenu的源码
棒
我是用SlidingMenu实现的左侧侧滑菜单,我在activity中设置StatusBarUtil.setTranslucentForImageViewInFragment(MainActivity.this, null);但是右边的fragment顶部设置图片,不会延伸到状态栏去 <FrameLayout android:layout_width="match_parent" android:layout_height="75dp">