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
pavi2410
06/09/2019, 4:34 PM
Yes, I mean the on-device developer settings. I attached a preview of what it does if you are unaware of.
a
Adam Powell
06/09/2019, 4:43 PM
yep, very familiar with it 🙂
Adam Powell
06/09/2019, 4:44 PM
I forget whether the internal property it toggles is accessible via public api for reading or not
p
pavi2410
06/09/2019, 4:58 PM
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.