[android-developers] Re: How to replicate GUI of Android settings menu

2008-12-04 Thread Mark Murphy
ChisterNordvik wrote: I want to make my settings menu look like the one in Android where they have a heading and a multiline text below the heading for each listitem. Anyone got the source code for that GUI? :-) I'm assuming you are referring to the preferences screen. If you literally want

[android-developers] Re: How to replicate GUI of Android settings menu

2008-12-04 Thread Guillaume Perrot
Just use a PreferenceActivity and your settings will look the same as the G1. You can describe settings in XML with special tags, you can look at APIDemos. On Dec 4, 1:20 pm, Mark Murphy [EMAIL PROTECTED] wrote: ChisterNordvik wrote: I want to make my settings menu look like the one in