How do I create a progress bar with blue progress indication, grey background and a transparent gap (black in the example) between the sections:
I've tried to play around with shapes, to create the left section with border only on the right. The closest example that I could find was shape with bottom stroke, but I was unable to modify it to display the gap required in my case.
Unless I get shape to work, I might end up using setSecondaryProgress()
in code.