首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何删除应用程序活动和导航栏之间的空格?

如何删除应用程序活动和导航栏之间的空格?
EN

Stack Overflow用户
提问于 2018-11-21 00:49:51
回答 1查看 51关注 0票数 0

截图摄于夏蒙尼红米Note5

在仿真器中,这个问题没有发生。请帮帮我。

EN

回答 1

Stack Overflow用户

发布于 2018-11-21 01:29:02

按如下方式更改您的布局:

代码语言:javascript
复制
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".CatalogActivity" >

    <ListView
        android:id="@+id/list_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    // etc rest if the layout is the same
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53397763

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档