I have a layout defined in XML as root ConstraintLayout that contains 4 empty frames for dynamically inflating fragments. To have a better design in the layout editor (Android Studio), is there a way to show / simulate planned layouts in each of these staffing schedules?
This question is not about loading the fragment into the container dynamically (in the code), I am looking for a solution that will allow me to load the layout in the container / Framelayout in the layout editor!
source share