最初は、テキストがチェックマークの左側に配置されるチェックマークが必要でした。このサイトを検索した後、最善の回避策は android:CheckedTextView? であることがわかりました。しかし、チェックマークはユーザーが手動で変更できないことがわかりました。それは設計によるものですか?
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/autoupdatecheckboxview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:paddingLeft="6dip"
android:paddingRight="6dip"
android:text="Pop up a message when new data available"
android:typeface="sans" android:textSize="16dip"/>