在styles.xml中添加以下代码:
在布局文件中,将布局根元素添加android:fitsSystemWindows="true"属性,如下所示:
android:fitsSystemWindows="true"
...
这将使布局适应System Bar的大小,从而消除Action Bar下方的空白。
上一篇:Actionbar内容没有隐藏
下一篇:Actionbinding忽略继承的属性(API)