ListView
私はそれぞれrow.xml
がこのように見える習慣を持っています:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="bottom"
android:orientation="horizontal" >
<CheckBox
android:id="@+id/star_listed"
style="?android:attr/starStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:contentDescription="@string/question_img_cd"
android:focusable="false"/>
<TextView
android:id="@+id/listTitles"
style="@style/ListTitles" />
のどこかを押すListView
と、背景がCheckBox
(白のままではなく)黒に変わることを除いて、すべて正常に機能します。TextView
背景色を白に設定するまで、それは私の前にも起こりました。
「CheckBox」の背景を白または透明に変更すると、背景が消えます。
助言がありますか?