如何将形状添加到TextView Compound Drawable

时间:2010-10-14 21:09:29

标签: android

我现在正在添加如下图像:

,而不是在我的布局ImageView和TextView中使用

text.setCompoundDrawablesWithIntrinsicBounds(0, mImagesId[position], 0, 0);

为了向ImageView添加边框,我定义了一个我用作BackgroundResource的形状xml。 我现在如何将形状添加到TextView图像化合物中?

由于

1 个答案:

答案 0 :(得分:1)

您可以创建包含所需形状+图像的分层绘图。有关详细信息,请参阅LayerDrawable类。