android-animation
How to move the text view?
I have textview and imageview in the frame layout, i want move the text along with finger on the image.[详细]
2023-03-31 11:21 分类:问答Android image moving animation problem
i used following code to animate a image it works fine but while animating the image looks little jumping rather than smooth moving.(It looks like moving but not quite smooth. it stops a while in betw[详细]
2023-03-31 03:17 分类:问答Why does my view's background change during an animation?
Simple animation; I just want something to slide away to the left. <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-03-29 07:58 分类:问答How to do Translate Animation Button in android?
I want to do a translate (change the position) one button when click another button. I hope to use translate animation to do that. but I dont have good idea to do t开发者_开发问答hat. pls help me with[详细]
2023-03-28 07:02 分类:问答Animate outside android View paddings?
I\'m trying to animate a shaking button. I have the outer LinearLayout with a padding. But when the shaking starts it doesn\'t show in the padding area. Isn\'t their a way to force the animation to ha[详细]
2023-03-27 07:22 分类:问答how can go new activity when finish animationdrawable android?
i play my animation then i want to new activity when my animation is finished but i did not! My code is here[详细]
2023-03-26 16:15 分类:问答Android Animations : simultaneous vs. sequential
I am using two Images (img_heart_1 and img_heart_2). I have two animations, one translatory and other scaling text_anim.xml: animi(Animation),bounce_up.xml :bounce_up_anim(Animation)[详细]
2023-03-25 10:36 分类:问答Android restore animation on activity resume
I have an activity where i do a scale animation on a view when a button is clicked. I have set fillAfter as true for the animation.[详细]
2023-03-25 05:54 分类:问答Android scale animation to specified size
I\'m trying to animate my View to a specified size. I have a LinearLayout that is divided into a grid of 3 rows and 3 columns. 开发者_JS百科So I have 9 LinearLayouts as squares. I am trying to scale[详细]
2023-03-24 22:56 分类:问答Windowmanager with Animation
First of all thanks everyone who tries to reply this topic. I have an activity and I wanted to show a sort of menu at the top of the screen and I used windowmanager to handle this. it was about UI is[详细]
2023-03-23 17:15 分类:问答