Puis-je créer un texte barré dans Android, c'est-à-dire ajouter une valeur spéciale dans le champ TextView
tag qui peut rendre cela possible ?
<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"/>