Android开发小技巧整理
TextView设置中划线
textView.getPaint().setFlags(Paint.STRIKE_THRU_TEXT_FLAG | Paint.ANTI_ALIAS_FLAG);
获取颜色资源
textView.setTextColor(ContextCompat.getColor(context, R.color.colorPrimary));
textView.setTextColor(context.getResources().getColor(R.color.colorPrimary));
版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/03/18/compilation-of-android-development-tips/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
打赏
海报
Android开发小技巧整理
TextView设置中划线
textView.getPaint().setFlags(Paint.STRIKE_THRU_TEXT_FLAG | Paint.ANTI_ALIAS_FLAG);
获取颜色资源
textView.setTextColor(ContextCom……
文章目录
关闭
共有 0 条评论