Interactive image
-
Hello
I would like to create an interactive image. Basically i want to keep an image on background and add some buttons on top of it. Everything is fine until i change the device resolution. Although i can manage to resize the image the buttons get missplaced.
Any idea on how can i link the buttons to the background image?
Thank you!
-
@Embvision
Until we see what you are actually trying to accomplish, it is hard to comment.If you could share some code here that shows your issue, that would be great.
Additionally, have you tried using Anchors or Layouts to position the button so that it automatically repositions when the resolution changes.
-
one simple way is to overlay a grid layout of proper resolution densty and then use the placement policies to center and size the buttons in their respective cells.