My designer wants to do some "visual quality assur...
# compose
c
My designer wants to do some "visual quality assurance" which they do on the web with chrome web tools. They do this to inspect spacing, etc. Is there anything like this in the compose world?
k
They can load it in Studio inspector and look at attribute values
d
Layout inspector?
c
Yeah, was hoping for maybe some kind of library or something that could do this without needing to bring in all of Android Studio.
i
AS is like kitchen sink with all bell and whistles
g
It would be very noisy in UI without any inspection tool to show all measurements
They always can check it by making screenshot and measure static image, after all it's just px*density
Probably something like this also possible with Flipper, but I honestly wouldn't invest into it too much, quite an awkward tool
j
An emulator with a density of 2 or 3x for easy conversions and automated screenshots could do the trick.
g
Even emulator is not necessary, they can use a real device
j
Sure 👍
it uses accessibility to give you inspection sizes
BUT not compose ready yet
+1 this apparently and then the above tool will work
d
Maybe paparazzi and send them .png screenshots to inspect using invision/figma
Extract gradle script and give it to them lol