Just bake the alpha value in the text color itself. For instance setTextColor(0x7f000000) for 50% translucent black. It's also more efficient than using setAlpha().
On Mon, Dec 3, 2012 at 12:18 PM, dashman <[email protected]> wrote: > is there a way to set the alpha color value for a textview in > pre api11. > > i understand there's a TextView.setAlpha() in api11. > > -- > 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 -- Romain Guy Android framework engineer [email protected] -- 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

