[android-developers] android textview animation - fade in, wait, fade out

2012-07-12 Thread Guy Cothal
I am making a picture galleys app. I current have a imageview with a text 
view at the bottom. Currently it is just semitransparent. I want to make it 
fade in, wait 3 second, then fade out 90%. Bringing focus to it or loading 
a new pic will make it repeat the cycle. I have read thru a dozen pages and 
have tried a few things, no success. All I get is a fade in and instant 
fade out 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] android textview animation - fade in, wait, fade out

2012-07-12 Thread Justin Anderson
Use an animation set that contains both the fade in and fade out... use the
start offset attribute to start the fade out after the delay you want:
http://developer.android.com/reference/android/view/animation/Animation.html#attr_android:startOffset

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, Jul 12, 2012 at 12:24 AM, Guy Cothal g...@guycothal.com wrote:

 I am making a picture galleys app. I current have a imageview with a text
 view at the bottom. Currently it is just semitransparent. I want to make it
 fade in, wait 3 second, then fade out 90%. Bringing focus to it or loading
 a new pic will make it repeat the cycle. I have read thru a dozen pages and
 have tried a few things, no success. All I get is a fade in and instant
 fade out

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en