- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试使用
@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组件:
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/
我想将箭头颜色更改为白色。怎么做?这是我的代码 这是我的风格: #fff 1dp #fff 我希望这很清楚。提前致谢。 最佳答案 您可以使用 app:endI
当我尝试使用 @style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu Android Studio
我遇到了以下问题 - 下拉列表的项目与 OutlinedTextField 的宽度不同 寻找解决方案 - 找到以下内容: 添加变量以保持 textField 宽度: var textFieldSize
我试图创建一个 AutoCompleteTextView,它被 TextInputLayout 包围。根据documentation ,我应该使用这种风格: Widget.MaterialCompon
有谁知道怎么改MaterialComponents微调小部件箭头图像与 AutoCompleteTextView . 代码: 想要改变的结果: 最佳答案 所以在@MatPag 的帮助下,
我正在开发一个简单的棒球评分应用程序,用户可以从两个 Material 设计组件下拉菜单中选择对手球队。用户通过按相应球队列上的按钮来跟踪分数。有一个重置按钮,可以将所有分数重置回“0”。我已经弄清楚
我是一名优秀的程序员,十分优秀!