android listview button control
- by Josemalive
Hi,
I have an android listview filled with items.
Every item has a button.
This is the template of the my listview.
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:paddingBottom="6dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
…