Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an layout which contains ViewFlipper and RelativeLayout. I use ViewFlipper to switch between activities and RelativeLayout to keep some buttons on the front of any activity. In some cases I am using TranslateAnimation on the buttons from RelativeLayout and then saving their position using View.layout(l,t,r,b) method. Everything works great except situation when soft keyboard is showing then my buttons are going back to their initial positions. It never happens when I swich activities or show dialogs, only if I click on edittext and keyboard is showing. Is there a way to prevent buttons from refreshing their positions?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.