Android:如何将文本添加到png格式图像?

时间:2016-07-05 19:52:09

标签: android textview png

我有以下png图片:

enter image description here

我们是否可以通过编程方式在对话框图像中添加文本而不损害其透明度?

非常感谢!

1 个答案:

答案 0 :(得分:0)

这是可能的。你必须有一个9patch png,如下所示

enter image description here

将此行添加到textview中。您将使用图像作为textview backgound

        android:background="@drawable/tex_bulle_dialogue"