Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gradient generator for android [closed]

Tags:

Is there any tool present which can generate gradient in xml format for android apps? It is difficult for me to create a good gradient without visualizing the result immediately (like 'graphical layout' for layout xmls).

like image 406
orchidrudra Avatar asked Nov 07 '11 11:11

orchidrudra


People also ask

How do you do a gradient on mobile?

To create a gradient color we need to create a . xml file in the drawable folder. So go to app -> res -> drawable and right-click on drawable -> New -> Drawable Resource File and create gradient_drawable.


2 Answers

Here's angrytools.com/gradient can create gradient xml code for android apps

like image 200
abhijeet meshram Avatar answered Nov 14 '22 01:11

abhijeet meshram


Thanks to Abhijeet's answer I was able to find this:

http://angrytools.com/android/button/

It shows the XML code for creating a drawable.

like image 22
tpbapp Avatar answered Nov 14 '22 01:11

tpbapp