Android TextView 添加下划线的简单方法
在res的values资源文件夹下,给String.xml文件添加
<string name="userlicense"><u>用户协议</u></string>
然后在布局文件TextView控件 属性中设置android:text
android:text="@string/userlicense"
<string name="userlicense"><u>用户协议</u></string>
android:text="@string/userlicense"
本文标题:Android TextView 添加下划线的简单方法
本文链接:https://www.haomeiwen.com/subject/iyqhbxtx.html
网友评论