Android - Color selection with Alpha transparency

gimmestuff

New Member
How can I set colors with alpha transparency right in my XML Layout or styles file?I know you can set the transparency in java like this:\[code\]text1.getBackground().setAlpha(100);\[/code\]But in normal color pickers in Photoshop etc. you can't select transperent colors. So how can I do that?
 
Back
Top