Is this possible in xml at design time to rotate a button -90 degree so that I can align it to the right/left of the view?

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.
Are you talking about animating the button? If so, you can write an animation XML and save it in
res/anim, and in youronCreatemethod in yourActivity, you can call the animation on your button. But please provide more information; what do you want to do, and why (like jersam515 said), do you not just align it to parent left?