简体   繁体   English

旋转TextView单词而不旋转字母

[英]Rotate TextView word without rotating the letters

I have a problem. 我有个问题。 Perhaps I am missing the correct search terminology to Google it correctly or no one did it before. 也许我没有为Google正确地找到正确的搜索术语,或者以前没有人做过。 How do I rotate a TextView word without rotating the letters? 如何在不旋转字母的情况下旋转TextView单词?

This is what I currently have by calling the rotate function in the xml: 这是我目前通过在xml中调用rotate函数获得的内容:

在此处输入图片说明

This is what I want: 这就是我要的:

在此处输入图片说明

Does anyone has an idea how to do this? 有谁知道如何做到这一点? Is it possible with native methods? 本机方法可能吗? If not, then how is it possible? 如果没有,那怎么可能?

Cheers 干杯

Try to create a TextView for each letter and put them into any Viewgroup. 尝试为每个字母创建一个TextView并将其放入任何Viewgroup中。 Then you rotate the Viewgroup to the left and rotate each letter to the right at the same time and speed. 然后,将视图组向左旋转,同时将每个字母同时向右旋转。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM