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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.