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" />