I have a situation where I would like to programmatically change the gravity of my text view ( Gravity.CENTER_HORIZONTAL| Gravity.BOTTOMto Gravity.START| Gravity.BOTTOM). I am currently using the method setGravity(), but I wonder if this is the case, so that it smoothly moves to a new position, rather than just jumping to a new discrete position.
Thanks Hugh
source
share