The Settings screen on ICS has buttons (or something clickable) that looks like text separated by dividers, like so: http://developer.android.com/design/patterns/settings.html, specifically http://developer.android.com/design/media/settings_overflow.png .
I can implement this in a variety of ways, but is there a standard way to use the Android API to do it?
PreferenceActivity(JavaDoc) is the class you want to work with.The javadoc contains a full-featured example, check it out.