gpt4 book ai didi

android - Material TextInputLayout 样式不起作用

转载 作者:行者123 更新时间:2023-12-05 00:16:41 24 4
gpt4 key购买 nike

Material TextInputLayout 样式不起作用。

我在这里遵循了有关 Material 文本输入布局的文档: https://material.io/develop/android/components/text-input-layout/

<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:hint="@string/app_name"
app:boxStrokeColor="@android:color/white"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">

<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
android:layout_height="wrap_content" />

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

随着渐变:

implementation 'com.google.android.material:material:1.1.0-alpha02'

使用 OutlinedBox 样式,我希望布局具有轮廓,但它只显示普通的 TextInputLayout。

enter image description here

最佳答案

它似乎在预览时不起作用,我必须在设备上运行它才能看到真正的输出。感谢@NileshRathod

希望android能解决这个问题

关于android - Material TextInputLayout 样式不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54087043/

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