android - How to make an animation with just telling the destination coordinats? -


i have textview rotate.
rotation causes text view little bit translated. because of @ same time want 2 transitions in x , y direction.

i know view should don´t know , when 1 wants translation can tell how far want transpose not to.

mytextview.settranslationx(60); 

that function know , every other way have give how far not to.

i want translate view left corner of device.

** know first thing comes mind distance between edge of screen , edge of view doesn´t work because rotation hasn´t finished , can´t wait because want smoothly animated.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -