Android TextView setCompoundDrawables设置图片不显示解决方案

Posted 郭梧悠

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android TextView setCompoundDrawables设置图片不显示解决方案相关的知识,希望对你有一定的参考价值。


实现如上图红色矩形框里所示的效果,使用了TextViewsetCompoundDrawables方法让问号图标显示在文字后面,代码如下:

    //获取问号图标
    private Drawable getQuestionMarkDrawable() 
   
        Drawable drawable = getResources().getDrawable(R

以上是关于Android TextView setCompoundDrawables设置图片不显示解决方案的主要内容,如果未能解决你的问题,请参考以下文章

android textview啥意思

Android从零单排系列六《Android视图控件——TextView》

Android从零单排系列六《Android视图控件——TextView》

Android从零单排系列六《Android视图控件——TextView》

Android textView中划线

Android—— TextView文字链接4中方法