Android列表视图未在真实设备上显示

时间:2015-07-07 01:43:21

标签: android listview

我的listview在虚拟设备中运行良好。当我尝试在真实设备上进行测试时,我的列表视图没有显示任何内容。

这是我的列表xml代码。

composer config --global repo.packagist composer https://packagist.org

这里是我的行xml代码:

<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" android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:background="#FAFAFA" tools:context=".MainActivity">

    <ListView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/lacci_list"
        android:divider="#E8E8E8"
        android:dividerHeight="1dp"/>

</RelativeLayout>

0 个答案:

没有答案