hello, is there any way to show the layout bounds ...
# compose
f
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
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
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.