如何在文本视图上放置安全补丁?

时间:2017-04-06 04:49:08

标签: java android security textview patch

我不知道该对此说些什么,但我想在文本视图中使用蒙版或贴片。 见下图。我想要这样的效果。我搜索了很多,但没有找到任何相同要求的帖子。怎么做到这一点?

enter image description here

1 个答案:

答案 0 :(得分:0)

您可以在一个TextView中传递两个图像,如下面的代码:

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/icon"
android:drawableRight="@drawable/pacth_icon"
/>

使用

android:drawableLeft

android:drawableRight

TextView中设置图片。您还可以setText和背景图像。