gpt4 book ai didi

android - 如何在 Android Edittext 上以编程方式设置 drawableRight?

转载 作者:IT老高 更新时间:2023-10-28 13:14:58 26 4
gpt4 key购买 nike

我知道在 XML 中设置 drawableRight。但我需要以编程方式进行,因为它会根据某些条件进行更改。

最佳答案

您可以使用以下功能:

editText.setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.drawableRight, 0);

或者(如果你想传递drawable本身而不是它的ID)

editText.setCompoundDrawablesWithIntrinsicBounds(null, null, ContextCompat.getDrawable(context,R.drawable.drawableRight), null)

drawable位置对应的params顺序为:left,top,right,bottom

关于android - 如何在 Android Edittext 上以编程方式设置 drawableRight?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22297073/

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