I want to see if my application conforms with the Material Design guidelines regarding metrics and adjust where required. For that I'd wish to have a 8dp square grid or 4dp baseline grid drawn over my whole window without intercepting touch events, so that I could tap and scroll as usual (think of "Show layout bounds" mode in dev options). It should look something like this:
Questions:
- How do I put such view on the top of everything and make it "click-through"?
- Or maybe there are already tools / libraries / snippets for achieving this? UPD This one is answered, thank you! Question 1 remains open for curiosity reasons