Android 文本反转
任何人都知道如何在 Android 中编写颠倒的编辑文本,
谢谢
/minhaz
Anybody knows how to write upside down text of edit text in Android
thanks
/minhaz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于看起来有点像这样的效果 -> ıɥʇ ǝʞıl ɟo ʇɹos sʞool ʇɐɥʇ ʇɔǝɟɟǝ ʇɐɥʇ ɹoℲ
您需要将输入字符转换为适当的颠倒的 Unicode 字符。
您可以在此处找到字符映射表:
http://www.upsidedowntext.com/unicode
For that effect that looks sort of like this -> ıɥʇ ǝʞıl ɟo ʇɹos sʞool ʇɐɥʇ ʇɔǝɟɟǝ ʇɐɥʇ ɹoℲ
You would need to convert input characters into the appropriate upside-down looking Unicode characters.
You can find a character map here:
http://www.upsidedowntext.com/unicode
在 xml 文件中的
添加android:rotation="180"以上下颠倒显示文本
相应元素中
in the xml file add
android:rotation="180"
in the respective element to display text upside down