I have textview and imageview in the frame layout, i want move the text along with finger on the image.
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
Simple animation; I just want something to slide away to the left. <?xml version=\"1.0\" encoding=\"utf-8\"?>
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
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
i play my animation then i want to new activity when my animation is finished but i did not! My code is here
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)
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.
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
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