我已經創建了一個ListView並設置了一個背景圖片。除了我無法點擊ListView.Can行的右側任何人都可以幫助我,這一切都很好。 下面是xml文件...點擊Android ListView的整行
<ListView
android:layout_width="wrap_content"
android:id="@+id/JSONListView"
android:layout_height="wrap_content"
android:background="@drawable/listbg"
android:focusable="false"
android:cacheColorHint="#00000000"
android:visibility="visible" >
</ListView>
而且我沒有使用任何View。
需要更多信息!!! – Tima 2011-03-10 10:06:25
你應該有你的行的另一個XML佈局。 – Abhinav 2011-03-10 11:04:11