java - Rotate text and icons of an android app -


my question how can modify code (the selected method):

https://github.com/dudeofawesome/cardboardhome/blob/master/app/src/main/java/dudeofawesome/cardboardhome/launcher.java#l721

so text (name of app in photo , icons) rotated

thanks lot!

enter image description here

try method canvas.drawtextonpath, path goes along line want right left, instead of left right, draw text have already. picture doesn't show rotation, it's unclear want end result like.

or try this.

disclaimer: used once make curved text specifying 2 paths, separate top , bottom. may more of want:

enter image description here


Comments