I have Created a ListView and set a background image.Everything goes fine except I am unable to click on the right side of the row of ListView.Can anybody help me this.
Below is the xml file…
<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>
And I am not using any View.
Use the attribute
and set click listener for items.