Ish*_*hri 6 android android-textinputlayout material-components material-components-android
我正在尝试在材质文本字段的开头插入一个图标。我在material.io 的文档中也找不到任何合适的内容。
这就是我正在努力实现的目标。
使用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>
Run Code Online (Sandbox Code Playgroud)
注意:它需要库的版本为1.1.0。
| 归档时间: |
|
| 查看次数: |
4754 次 |
| 最近记录: |