gpt4 book ai didi

android - 使用 Material ExposedDropdownMenu 时出现样式错误

转载 作者:行者123 更新时间:2023-11-29 00:54:13 25 4
gpt4 key购买 nike

当我尝试使用

@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu 

Android Studio 要求我创建样式

<android.support.design.widget.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Type frais"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:layout_marginRight="8dp"
android:layout_marginEnd="8dp"
>

<AutoCompleteTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
</android.support.design.widget.TextInputLayout>

我希望在 TextInputLayout 中看到一个 ExposedDropdownMenu 样式,但实际上 Android Studio 要求我创建这个样式

最佳答案

Exposed Dropdown Menu发布版本中引入了material组件:

1.1.0-alpha06

Dark Theme, exposed dropdown menu, badges, and more!

来源:https://github.com/material-components/material-components-android/releases/tag/1.1.0-alpha06

关于android - 使用 Material ExposedDropdownMenu 时出现样式错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56291054/

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