android:transformPivotY

android:transformPivotY was added in API Level 11

y location of the pivot point around which the view will rotate and scale. This XML attribute sets the pivotY property of the View.

Ensure to change the minSDKVersion to 11, or greater.

       android:transformPivotY = "0dp"

Related Articles:

Resources: