我有以下 row.XML 在列表视图中显示复选框。现在,我想在同一行中添加一个图像和一些文本以及复选框。我怎样才能做到这一点?
行.xml
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:gravity="center_vertical"
android:padding="10dp"
android:textSize="30sp" />