I\'m trying to make a list that looks exactly like Sound setting in 2.3.4 as in this screenshot:
The problem is that I tried using TableRow and ended up l
it is Listview but it is customizable you have to make xml file which display this tow Textview and icon(in your words).
These inbuilt icons are nice (such as the ">" icon) - couldn't find on Google Image so I guess these icons are "inbuilt"
This is not a inbuilt icons but this is just image that set customarily.
Here are some links:
This is a PreferenceActivity.
This link is good example of android preference. Using preference you don't need to make table layout and using detail button icon. Using preference this icon comes automatically.
The examples from this link and this link may help you.