首页
话题
动态
专家
文章
作者
公告
更多
积分规则
登录 或 注册
首页
话题
动态
专家
文章
作者
公告
积分规则
发表新帖
发表新帖
Vertical (rotated) label in Android
后端
未结
关注
10
1010
礼貌的吻别
2020-11-22 08:04
I need 2 ways of showing vertical label in Android:
Horizontal label turned 90 degrees counterclockwise (letters on the side)
Horizontal label with l
10条回答
死守一世寂寞
(楼主)
2020-11-22 08:45
One way to achieve these would be:
Write your own custom view and override onDraw(Canvas). You can draw the text on the canvas and then rotate the canvas.
Same as 1. except this time use a Path and draw text using drawTextOnPath(...)
0
讨论(0)
查看其它10个回答
发布评论:
提交评论
加载中...
验证码
看不清?
提交回复
热议问题