Android, can I animate TextView.setGravity ()?

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

+4
source share
1 answer

I will eventually re-arrange my layout leaving the issue controversial. Still not a solution to what I asked.

+1
source

All Articles