用toolbar的时候覆盖了主布局中ListView的第一行,该怎么处理
如图这样,toolbar下面还隐藏了一行,下拉的时候可以看到,但是默认是被隐藏的,我的布局文件是这样的:<android.support.design.widget.Co...
如图这样,toolbar下面还隐藏了一行,下拉的时候可以看到,但是默认是被隐藏的,我的布局文件是这样的:
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" tools:context=".MainActivity"> <android.support.design.widget.AppBarLayout android:layout_height="wrap_content" android:layout_width="match_parent" > <android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" /> </android.support.design.widget.AppBarLayout> <include layout="@layout/content_main" /> //这个是主布局,里面是加了个ListView,用frameLayout包裹</android.support.design.widget.CoordinatorLayout> 展开
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" tools:context=".MainActivity"> <android.support.design.widget.AppBarLayout android:layout_height="wrap_content" android:layout_width="match_parent" > <android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" /> </android.support.design.widget.AppBarLayout> <include layout="@layout/content_main" /> //这个是主布局,里面是加了个ListView,用frameLayout包裹</android.support.design.widget.CoordinatorLayout> 展开
2个回答
展开全部
android.support.design.widget.CoordinatorLayout
看看这个布局集成的是线性布局还是绝对布局
不过我猜测应该是绝对布局
在includ里面加一个below属性把它设置到 toolbar下面
看看这个布局集成的是线性布局还是绝对布局
不过我猜测应该是绝对布局
在includ里面加一个below属性把它设置到 toolbar下面
追问
怎么看这个布局集成的是线性布局还是绝对布局??我在includ中加入below属性,但是报错。
追答
简单地处理办法
//这个是主布局,里面是加了个ListView,用f
在这2个布局外面套一个Relative布局
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询