FWIW, I have a bunch of custom Dialog preferences, but I don't see the issue you are seeing. They look just like the standard Honeycomb ones.
That said, I've had a custom layout pre-Honeycomb, to support multi- line preference titles (why is it restricted to a single line???), so that looked like your "bad" preference on Honeycomb -- I know only set the cusom layout if I am running on a pre-Honeycomb system. On Apr 26, 7:57 am, Mark Murphy <[email protected]> wrote: > On Mon, Apr 25, 2011 at 7:41 PM, Dianne Hackborn <[email protected]> wrote: > > If you are using the Holo theme, the preference item now needs to take care > > of the indent itself. This is to allow items to have things like icons > > within that area. I believe there is a resource/attribute for the indent > > size, though I don't recall it off-hand. > > But I don't provide the layout for the preference. It's a > DialogPreference -- I'm only providing the contents of the dialog. > Everything else is handled by existing Android classes. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training in London:http://bit.ly/smand1,http://bit.ly/smand2 -- 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

