如何在结尾处创建带有十字(x)按钮的TextView?

时间:2014-01-26 11:15:20

标签: textview android

是否有像TextView这样的小部件包含一个十字按钮,或者TextView是否有自动创建的属性?我希望十字按钮删除TextView中写的任何文本。这是我想要的快照。

Fisrt图像被选中textview,第二个我要删除

1 个答案:

答案 0 :(得分:3)

有一个图书馆可供您使用。它有很酷的按钮等等。

查看the library

如何使用它: -

<com.beardedhen.androidbootstrap.BootstrapButton
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_margin="10dp"
    android:text="Success"
    bootstrapbutton:bb_icon_right="fa-android"
    bootstrapbutton:bb_type="success"
/>