I have both a button and a textview with width="fill_parent". When the user clicks on the button, I need the button to squeeze to the right, a label to appear sliding out from below that button to the left (as if parting the sea). Using ObjectAnimator renders the correct size, but doesn't affect the text on the textview or button, leaving it no longer centered and with many leading spaces. The way it should be, but doesn't animate: [Picutre of Correct views, but without animation]
3/12/2016 Update:
This is my original post of this question, with all the applicable code: ObjectAnimator, Changing "ScaleX" or "Left," but text doesn't stay properly centered. I saw how verbose I was and realized many may not have the time; showing screenshots of my problem here seemed much more concise.
3/15/2016 Update: This is what I have animated correctly without the labels of the button and textview being animated correctly into their new bounds. Changed the textview's background red for easier visibility. https://www.dropbox.com/s/n14hed6xcknfh9b/SS_20160315_135938.mp4?dl=0