Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のテキストを取り消したいと思いますTextView。これまでのところ、私は を作成しましたStyleが、テキストの取り消しについては何も見ていません。を使用android:TextStyleすると、テキストをボールド、イタリック、ボールド イタリックにすることができますが、それ以外はないようです。
TextView
Style
android:TextStyle
Styleテキストを横切るa を定義する方法はありますか? または、私の問題に対する別の解決策はありますか?
取り消し線を意味する場合は、次のように記述してください。
textview.setPaintFlags(textview.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);