以下android.R.layout.simple_list_item_single_choice
のレイアウトがあります-
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorSingle"
/>
radiobutton
そのビューで背景を変更する方法。デフォルトでは緑色で、緑色のラジオボタンの代わりに独自の画像が必要です。attr
の に変更を加えたと思いますlistChoiceIndicatorSingle
。しかし、私はそのlistChoiceIndicatorSingleをどこにも見つけることができません。