Android TextView实现文字竖着显示

想要实现的效果这里写图片描述

1. 原生TextView

android:ems=”1” 设置每行只显示1个字符

优点: 使用简单,稳定

缺点:对于数字和字母支持不好。无法显示多行竖直显示.

2.使用自定义的VerticalTextView

优点: 支持多行,对字符支持好 
缺点:没找到一个支持完美的库….

https://github.com/79144876/TextViewVertical 

转载连接:https://blog.csdn.net/zhao0829wang/article/details/46775997

猜你喜欢

转载自blog.csdn.net/yijiaodingqiankun/article/details/82224927