2012-10-03

Transparent color in Android

Just add Alpha value before the color code.
For example:
Red = "#ff0000"
Transparent red = "#80ff0000"

No comments: