i just don't know why, but you can't see the border color, i had already added 2 new eproperties this morning, but no effect.
I took a look to the library and I managed to obtain something... however I reached an Android limitation
If you have a rounded panel with
setClipToOutilne
it will mask out also the border...
To show the border I added two methods (
setMenuBorderColor and
setMenuBorderWidth) and then tweaked the
OpenMenu method to add a padding to the elements inside the menu's panel (because they cover the border otherwise).
However, by looking on the internet, it seems that is solvable by using a panel just to draw the border, but I do not know if I want to mess up the library now
...
Thanks for your time Alexander
, in case I edit the library you will know
I attach the example project