If you're calling setAlpha, you should remember what you set the ImageView to. Maybe extend ImageView and add a "rememberedAlpha" field, that gets it's value on setAlpha() but before a call to super.setAlpha()? It doesn't look like there's a straight forward way to get the alpha...
On Aug 3, 9:18 pm, Ozymandias <[email protected]> wrote: > How do you get the alpha of an ImageView? You can setAlpha, but I can > find no way to retrieve it afterwords. Anyone know? -- 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

