hi, i wanted my TextView to be a little white tinted, so in layout xml i put:
android:background="#3fff" to my surprise the background is opaque white! so i changed it to its equivalent: android:background="#33ffffff" unfortunately, the same result changing to: android:background="#33fefefe" gives what i wanted i know i should NOT use fully saturated colors but... i'm using 1.5 cupcake was it fixed in newer releases? thanks pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

