I\'m trying to implement a PopupMenu with the Support V7 Library. All compiles fine but when I try to call:
PopupMenu popup = new PopupMenu(this, v);
Your layout file "abc_popup_menu_item_layout.xml" already shows a height defined.
Either "?attr/dropdownListPreferredItemHeight" is something from a different theme or library (such as ActionBarSherlock), or the error is coming from a different layout file.
Also, if you swap out "?attr/dropdownListPreferredItemHeight" for something like "60dp" does the error go away?