hello, is there any way to show the layout bounds using the developer options? if not, what would be the most practical way to achieve the same effect?
h
Halil Ozercan
10/19/2020, 9:23 PM
Compose already supports showing layout bounds when it is activated from developer options, you just need to restart the application or simply make the activity redraw its content
f
fabio.carballo
10/19/2020, 9:30 PM
ah thanks! it was on the detail of the activity redraw. before it would just show as I toggled on/off the option via command line.