Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请告诉我,如何在 widget.TextInputLayout 中添加图片?在这个地方... 在此处输入图片描述
没有办法做到这一点TextInputLayout。该空间是为字符计数器保留的,如下图所示:
TextInputLayout
可以使用属性app:counterEnabled和启用此计数器app:counterMaxLength,但这些是文本,而不是图像。
app:counterEnabled
app:counterMaxLength
你也许可以用 a 包装你TextInputLayout的FrameLayout并添加一个ImageViewwith android:layout_gravity="bottom|end"。
FrameLayout
ImageView
android:layout_gravity="bottom|end"