Android have linear gradient support, but I did not find any documents on repeating-linear-gradient. Is repeating-linear-gradient support on Android?
https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/repeating-linear-gradient#zebra_stripes
I'm trying to implement the following css:
repeating-linear-gradient(-45deg,#FB0D1B,#FB0D1B 15px,#2DBB71 0,#2DBB71 30px)