You are trying to retrieve an attribute identifier as a dimension, which is incompatible. If you want to get the value of an attribute in the theme, you can use the Theme class (though typically you will use <declare-styleable> to define a set of attributes you are interested in and retrieve them as a batch; there is an example showing this in ApiDemo's custom view).
On Sat, Sep 19, 2009 at 12:28 AM, an0 <[email protected]> wrote: > > Resources.getDimensionPixelSize > (android.R.attr.listPreferredItemHeight) does not work. > So how to? > And any other way to specify resolution independent dimension values > in Java code? > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

