Hello,

I want to create a ListActivity that looks like the ones in the
settings application (two-line items, separators, inverse section
titles). Can I inherit these styles from something built into
android.R (and can I rely on these style names being stable across
versions?). I tried referring to

style="@android:style/TextAppearance_WindowTitle"

in my XML, but the Eclipse plugin doesn't like it. Doing it in Java
code would also be fine, as long as it's a way that keeps up with
future or different versions of the framework.

Thanks,
Joerg

--~--~---------~--~----~------------~-------~--~----~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to