I have a custom layout in my application. I want the layout to shift up when the keyboard pops up.
I do this by translating my layout along the Y axis using the ObjectAnimator. The problem is that my layout stretches at the bottom. .i.e. I want to see a black bar underneath my layout, however the layout is simply stretching at the bottom.
Any ideas on how I can stop the stretching?
I have a custom layout in my application. I want the layout to shift
Share
Found the problem…the animation stuffs up if the following item is added to the activity style: