On Tue, Apr 26, 2011 at 10:33 AM, Zsolt Vasvari <[email protected]> wrote: > Looking at the Honeycomb source, there is a preference_child.xml and a > preference_child_holo.xml. Are you sure you are setting the Holo > theme?
I'm sure you mean the Honeycomb resources with the SDK, and not the Honeycomb source code... ummm, right? :-) I am using android:targetSdkVersion="11". I am not manually specifying a theme anywhere in the app, which normally means everything uses the same theme, which in this case is Theme.Holo. It feels like it's using preference_child.xml instead of preference_child_holo.xml. That's why, push come to shove, I think if I force it to use android.R.layout.preference_child_holo, it'll work correctly. I just don't know why that's needed. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

