How to flip a imageView in 45-degree in Android? -


i have known

imageview.setrotationy(degree)  

can horizontal(0-degree) flip, ,

imageview.setrotationx(degree)  

can vertical(90-degree) flip.

what if want 45-degree flip?

how it?

thanks help.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -