gpt4 book ai didi

android - 在 EditText 中添加多个可绘制对象

转载 作者:行者123 更新时间:2023-11-30 02:59:48 28 4
gpt4 key购买 nike

我需要在 EditText 的末尾插入多个 drawable。

我已经使用 drawableRight 插入了,但是如何在右端再添加一个。

谢谢

最佳答案

尝试使用 layer-list

<layer-list>
<item>
<!-- your first drawable -->
</item>
<item>
<!-- your second drawable -->
</item>
<item>
<!-- your third drawable -->
</item>
....
</layer-list>

关于 layer-list 的文档说:

A LayerDrawable is a drawable object that manages an array of other drawables. Each drawable in the list is drawn in the order of the list—the last drawable in the list is drawn on top.

Each drawable is represented by an element inside a single element.

关于android - 在 EditText 中添加多个可绘制对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22709036/

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