I am creating a Table Layout in one of my activities. On touch of TableRow I am navigating to another activity. I want that each TableRow should have a disclosure button (like IPhone). It is not difficult adding a button in a TableRow. But I just want to know that is there a default property of TableRow of setting up Disclosure button?
Also what do we generally follow? Creating a disclosure button in TableRow or not?
Thanks
This is an example for disclosure button in table row.