I have a very simple VectorDrawable (it is basically just a diagonal line). I want to tile/repeat this as the background property for a GridLayout. I have seen ways to tile bitmap resources, but not other types of drawables. Is there any simple way to tile a VectorDrawable? The only way I can currently come up with to achieve my goal is to just create a png and tile that, but I would prefer to use a VectorDrawable so that I can modify it more easily. Any ideas?