If we need to define our own Theme for example, but would like to closelly follow an already existing theme, it would be very usefull, to be able to access example Layouts, with content equivalent to the current Style constant definitions, like defined in http://code.google.com/android/reference/android/R.style.html#Theme
If thexe example.xml layout files were available, it would be easy to setup a cloned xml file, with just the right tweeks that we need. Besides this, it would also be a valid documentation by example, because currently, I just can't find, how to disable the status bar, inside a mytheme.xml. However, there are at least two constants to define this, such a Theme: public static final int Theme_NoTitleBar public static final int Theme_Light_NoTitleBar This is fine, if we are pleased with all the other default settings that these Themes force on us. If we want to make something, different, Like Bordeux Color Background (simple example only) but without status bar, we don't know what to include inside our myTheme.xml file to accomplish something like this. Hope there are some Undocumented Layout options to accomplish this, and not only a constant that translates into some code internally, that sets things up before our application activities are called.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

