gpt4 book ai didi

java - TextView 布局上方的图标下划线

转载 作者:行者123 更新时间:2023-12-02 13:42:36 25 4
gpt4 key购买 nike

我想在 TextView 布局下划线上方添加图标,如下图所示:

enter image description here

有什么解决办法吗?

最佳答案

试试这个:-

android:drawableLeft="@drawable/imageWillChange"

或者

试试这个:-

Drawable img = getContext().getResources().getDrawable( R.drawable.smiley );
txtVw.setCompoundDrawablesWithIntrinsicBounds( img, null, null, null);

关于java - TextView 布局上方的图标下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42656023/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com