gpt4 book ai didi

android - 如何从android中的下拉菜单 Material 设计中删除下划线

转载 作者:行者123 更新时间:2023-11-29 02:18:49 33 4
gpt4 key购买 nike

我似乎无法摆脱 Exposed Dropdown Menu 的黑色下划线根据我的 android UI 中的 Material 设计指南完成。

下拉菜单如下所示:

我尝试将背景设置为空、透明或自定义形状。 app:boxBackgroundMode="none" 也不起作用。

<com.google.android.material.textfield.TextInputLayout
android:id="@+id/spinner_age"
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_rounded_button"
android:hint="Age">

<AutoCompleteTextView
android:id="@+id/age_dropdown"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"/>

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

理想情况下,下拉菜单看起来像一个没有下划线的按​​钮。我该如何摆脱它?

最佳答案

请更改您的这一行

android:background="@android:color/transparent" 

android:background="#00000000"

关于android - 如何从android中的下拉菜单 Material 设计中删除下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57749735/

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