Hi all
I’m struggling showing a Picture in a MobileControl on Android.
Basically, I need to show a set of controls with pictures, and allow the user to select one. On iOS I use a border colour to show the selection of MobileButtons in a MobileContainer.
I can’t work out how to do this on Android. I have AndroidDesignExtensions which lets me load Material icons, but not a Picture from the project.
I can make a MobileCanvas subclass to draw the Picture, but I get recursive Pointerup events called when I tap it and I can’t find a workaround.
I can load a Picture in a MobileImageViewer, but I don’t know how to draw a border, or somehow show which one is selected. I guess I can do selected versions of every image but that is a lot of work to do them all.
Any suggestions for me?