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 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 the source code for that, it's somewhere over 
> inhttp://source.android.com... ;-)
>
> However, if you more generally want to know how to create ListViews
> where the rows are not simple strings, but rather any View you choose to
> create, you want to subclass your desired Adapter class and implement
> getView() to return the Views you want.
>
> I have a series of disastrously-formatted blog posts on this topic over
> on AndroidGuys:
>
> http://androidguys.com/?s=fancy+listviews&x=12&y=7
>
> The first six were written for the older M5 SDK, though the technique
> still holds up, and the most recent post covers some of the differences
> between the M5 SDK and the newer SDKs in this area.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.9 Available!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to