gpt4 book ai didi

android - 如何在 Material 文本字段的开头插入图标

转载 作者:搜寻专家 更新时间:2023-11-01 07:41:25 25 4
gpt4 key购买 nike

我正在尝试在 Material 文本字段的开头插入一个图标。我在 material.io 的文档中也找不到合适的内容。

这就是我想要达到的目标。

Image

最佳答案

使用 TextInputLayout使用 app:startIconDrawable

<com.google.android.material.textfield.TextInputLayout
android:hint="Select Time"
app:startIconDrawable="@drawable/ic_add_24px"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">

<com.google.android.material.textfield.TextInputEditText
../>

</com.google.android.material.textfield.TextInputLayout>

enter image description here

注意:需要1.1.0版本的库。

关于android - 如何在 Material 文本字段的开头插入图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58260458/

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