- public static final int listPreferredItemHeight
Ok, of course I understand this part of the expression...listPreferredItemHeight is the preferred list item height.
But I really don't get these stuff. Anyone can point me to the right direction where I can read about that?
This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.
the example where I find this code is here https://android-developers.googleblog.com/2009/02/android-layout-tricks-1.html
EDIT: in the example at the link the code is android:layout_height="?android:attr/listPreferredItemHeight"
. What exactly does it mean?