How can I make this kind of drawable gradient with XML?
I can do a simple gradie
You can have three colors in a gradient. A start color, end color and a center color.
Alternatively you can use a LayerList Drawable and just piece them together.