I am using the PopupMenu code authored by EmmanuelPil and would like to display 16-18 items in the PopupMenu list, but can only display 13 lines maximum without scrolling. I have tried changing menuanchor.textSize(12) but this only alters the menu header textsize. I have also tried adding android:textSize=“12sp” or
style name=“PopupMenu” parent="@android:style/Widget.PopupMenu"
item name="android:textSize"12sp /item
/style
to the manifest, but it fails or crashes.
(the “<” etc formatting has been removed as this is ignored by the system, but has been included in the manifest file)
Is it possible to either reduce the item row height and/or the item text size?