[android-developers] Transparent Image button, can be more transparent ?

2010-07-09 Thread Károly Holczhauser
Hi! I have already found how can I do an ImageButton with Transparent background, but I would like to ask, how can I set the effective of it ? How can I do it more transparent ? My way as I do it: gradient android:startColor=#aaff android:endColor=#aaff ... What should I write in to the

Re: [android-developers] Transparent Image button, can be more transparent ?

2010-07-09 Thread YuviDroid
The first two chars after the '#' symbol are the opacity. So, '00' would be totally transparent, and 'FF' would be 100% opaque. 2010/7/9 Károly Holczhauser holczhau...@gmail.com Hi! I have already found how can I do an ImageButton with Transparent background, but I would like to ask, how