Skip to main content

All Questions

0 votes
0 answers
361 views

Android zoom in animation from visibility start state of View.GONE

I have a RelativeLayout containing an ImageView and progress bar. The starting state on the RelativeLayout is View.Gone. Using an animation library (tried several so the problem isn't the libs), I'm ...
Roy Hen Engel's user avatar
1 vote
1 answer
572 views

View.setVisibility not works after use Animation fade_in/out

Why does mImageView.setVisibility not works after I use one animation? I have this code works fine (CODE1)... tbnVisible.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { ...
Biruel Rick's user avatar
4 votes
4 answers
7k views

Android Visibility from GONE to VISIBLE doesn't work first time

Hello I have a problem with an animation I try to make. I use this library AndroidViewAnimations. Here is my layout xml code: <Button android:id="@+id/buttonDetails" style="...
user3596163's user avatar