the on-device developer setting? I forget exactly ...
# compose
a
the on-device developer setting? I forget exactly what that keys off of, assuming it's readable as public api I see little reason why we wouldn't key off of it in debug modes or something. If you mean some of the new tooling in android studio, we already have plans there yes
p
Yes, I mean the on-device developer settings. I attached a preview of what it does if you are unaware of.
a
yep, very familiar with it 🙂
I forget whether the internal property it toggles is accessible via public api for reading or not
p
If that property is accessible, then it would be possible for compose UI, right? Because AFAIK, this option doesn't show any lines for elements inside Canvas or Webview; just a big cross along the diagonals. And as Compose UI is drawn on a canvas, I suppose it would not work.