小编dtz*_*a34的帖子

无法解析 Widget.MaterialComponents.TextInputLayout.*.ExposedDropdownMenu

我试图创建一个AutoCompleteTextView,被一个TextInputLayout. 根据文档,我应该使用这种风格:

Widget.MaterialComponents.TextInputLayout.*.ExposedDropdownMenu 
Run Code Online (Sandbox Code Playgroud)

但我无法解决这种风格。Android Studio 说我只能使用:

@style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense
@style/Widget.MaterialComponents.TextInputLayout.FilledBox
@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense
@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox
Run Code Online (Sandbox Code Playgroud)

我的项目使用

implementation 'com.android.support:design:28.0.0'
Run Code Online (Sandbox Code Playgroud)

最终结果应如下所示:

Widget.MaterialComponents.TextInputLayout.*.ExposedDropdownMenu 
Run Code Online (Sandbox Code Playgroud)

android material-components material-components-android

11
推荐指数
3
解决办法
7059
查看次数