I am trying to bring an older app back to life. I used a library to position locations of stores on a floor plan, but it seems deprecated.
My attempt with ConstraintLayout: I positioned all items in the editor and pushed the "Infer Constraints" button, as suggested somewhere on StackOverflow. It worked great... until I ran my app on my device, and noticed all poi's all over the place.
There is a deprecated view which supports layout_marginLeftPercent etc, but I can't seem to find the ConstraintLayout alternative? Any suggestions?