10
취소 선 텍스트를 만드시겠습니까?
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"/>