0

在 Gingerbread 上仅使用一个简单的列表 UI 时,我遇到了非常奇怪的故障: 在此处输入图像描述

有谁知道这可能来自哪里?

<ListView
    android:id="@android:id/list"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content" />

行:

<TextView
    android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        layout_alignParentTop="true"
        gravity="center_vertical"
        padding="5dp"
        textColor="#FFFFFF"
        typeface="monospace" />
4

0 回答 0