Hi all, I'm using the Eclipse plugin for development.
I've created an pretty simple app -- but my "Settings" panel looks awful. I'd like to just use the "standard" android look for this. When I say "standard" -- I mean what you usually see when you use any Google app and go to the settings: There's a black panel with rows, each row has a separator which fades to black at the ends. Each "row" in the panel usually has some larger, bold text which acts as a label, then some smaller lighter text for a description. There may be a checkbox or a downward-facing arrow, or nothing. So -- my question -- Is there some higher-level class in the SDK to help creating these menus? If not, how are these generally created? LinearLayout with a TableLayout, then a TableRow for each "row"? How about the separator lines? Thanks! -d -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

