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

时间:2018-11-20 16:49:51

标签: android android-studio

截屏是在Xiamoni Redmi Note5上拍摄的

Screenshot was taken on Xiamoni Redmi Note5

在仿真器中,未发生此问题。 请帮助我。

XMl file

1 个答案:

答案 0 :(得分:0)

如下更改布局:

<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