我可以在Android中创建删除线文本,我的意思是在TextView标记中添加一个特殊值可以实现这一点吗?
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#040404"
android:typeface="sans"
android:textSize="12dip"
android:textStyle="bold"/>
Run Code Online (Sandbox Code Playgroud)