Android: Custom List Item with nested clickable Button
This tutorial will show you how to add a button (or any other clickable item) to a customized list view item.
In the screenshot above you can see a ListView with custom built items. Each list item consists of
- TextView for the title
- TextView for the content
- RelativeLayout (clickable) consisting of
- TextView: "For more information click here"
- ImageView for the arrow icon


