截图摄于夏蒙尼红米Note5

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

发布于 2018-11-21 01:29:02
按如下方式更改您的布局:
<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 samehttps://stackoverflow.com/questions/53397763
复制相似问题