Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: Border as gradient

How can I create a border (gradient from #color1 to transparent) around the activity using XML styles? Please see the image below.

enter image description here

like image 257
xpepermint Avatar asked Jun 11 '26 16:06

xpepermint


1 Answers

With plain XML this is not possible (as far as I know). But you can use the 9-patch images in order to do this. Just create one with the Draw-9-patch tool from the sdk.

like image 160
Franziskus Karsunke Avatar answered Jun 14 '26 06:06

Franziskus Karsunke