Posts by PearsonArtPhoto • 111 points
1 post
-
1
votes3
answers2371
viewsA: Create a button in a Listview
You need to create a View which contains the Listview and Button. Something like this should work. <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content"…