I do n’t want to use margin, padding to move a object. Is there any method , that can move my object.
I’m looking for some thing line Left, Right, Top, Bottom kind of thing so I can pass values
to move the view in my layout.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use an animation – http://developer.android.com/reference/android/view/animation/TranslateAnimation.html, just set the animation time to 0.
Remember to use
.setFillAfter(true);