gpt4 book ai didi

android - 更改 Spinner 背景会生成深色边框

转载 作者:搜寻专家 更新时间:2023-11-01 07:50:17 25 4
gpt4 key购买 nike

使用一个简单的微调器。当我滚动微调器时,微调器下拉列表周围的阴影开始颜色变深

我设法解决了这个问题,但是

I will appreciate if someone could explain me why was this happening?

<Spinner
android:id="@id/drop_list_1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:background="@android:color/transparent"
android:dropDownSelector="@android:drawable/list_selector_background"
android:dropDownWidth="wrap_content"
android:minHeight="@dimen/min_header_height"
android:popupBackground="#FFFFFF" />

The dropdown list of spinner

最佳答案

固定:对于低于 21 的 API

style="@style/Widget.AppCompat.Spinner.DropDown"

如果使用 api 21 及更高版本

android:popupTheme="@style/Widget.AppCompat.Spinner.DropDown"

关于android - 更改 Spinner 背景会生成深色边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35721120/

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