Questions tagged [layout-animation]
66 questions
0
votes
2 answers
How to change visibility of individual Views as layoutAnimationController animates them?
I have a GridView and when a button is pressed I want all of the elements to fade out one at a time (or fade in, if they are already invisible). On the fade in end, I have:
Animation fadeIn = AnimationUtils.loadAnimation(activity,…

mike
- 1,318
- 3
- 21
- 41
0
votes
1 answer
layout visibility animation
How do I show the layout with transition duration 2.5 by displaying top of the layout first followed by the bottom not all at the same time .I really appreciate any help.Thanks in Advance.
summary:
layout visibility animation with transition…

jason
- 3,932
- 11
- 52
- 123
0
votes
1 answer
Dynamically animate a layout
I have to implement a (child) layout translate animation programmatically because the distance to translate is determined at runtime. I have set the following translate animation
TranslateAnimation tanim = new TranslateAnimation(
…

Neoh
- 15,906
- 14
- 66
- 78
0
votes
2 answers
ListView within a listview
I have a parent ListView shown with items based on a custom layout. When a user clicks on any item then I need to add a child ListView to that item and should display the overall item of the parent ListView with expanding animation. [All data need…

Manjunath
- 2,063
- 2
- 29
- 60
0
votes
1 answer
Layout animation controller called only once
I am having trouble with my layout animation.
The layout is a listview, and as the listview is loaded it has its rows slided into screen from left (android.R.anim.slide_in_left) with some delay after each childe, using the…

urSus
- 12,492
- 12
- 69
- 89
-2
votes
2 answers
Expand layout at runtime
I have a layout(with a background image) containing an imageview and few Textviews. Initially, I want to show half of the image for ImageView which matches its height with layout background. Later, at runtime when the user clicks on the layout, the…

Manjunath
- 2,063
- 2
- 29
- 60