はい、この質問を読みました。いいえ、役に立ちませんでした。
ListView
問題は、セルの強調表示された領域のみがクリック可能であることです。テキストで埋め尽くされる領域です。写真を見てください:
そのため、丸で囲んだ部分をクリックしても反応しません。
適切に機能させる方法についてのアイデアはありますか???
編集:私のリストのレイアウト:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp">
<ImageView
android:id="@+id/shoulderLogo"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_marginLeft="5dp"
android:layout_marginRight="20dp"
android:layout_marginTop="5dp">
</ImageView>
<TextView
android:id="@+id/shoulderLabel"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</TextView>
</LinearLayout>