gpt4 book ai didi

material-components - android material-components中TextInputLayout的背景色问题

转载 作者:行者123 更新时间:2023-12-04 08:14:50 25 4
gpt4 key购买 nike

我是 android material-components 的新手,我只是第一次尝试使用 FilledBox 样式的基本 TextInputLayout,
默认情况下,背景看起来像半透明,根据我们的设计,我需要将其更改为纯白色。但是我尝试了 app:boxBackgroundColor="#ffffff",然后文本和文本提示变得不可见!
然后我尝试了 app:boxBackgroundColor="#80ffffff"我可以看到它们是某种透明的。
你知道为什么?我只想要纯白色的背景,其他的保持不变。

提前致谢!

<com.google.android.material.textfield.TextInputLayout
style=".MaterialComponents.TextInputLayout.FilledBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="120dp"
app:boxBackgroundColor="#ffffff">

<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#ff000000"
android:textColorHint="#ff0000"
android:hint="Location"/>
</com.google.android.material.textfield.TextInputLayout>

最佳答案

这是 Material 库的 alpha 版本中的一个错误,其中背景绘制在文本之上。它将在下一个版本中修复。

关于material-components - android material-components中TextInputLayout的背景色问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50312615/

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