gpt4 book ai didi

android - 如何在android studio中更改微调器及其箭头的颜色

转载 作者:太空宇宙 更新时间:2023-11-03 13:39:39 24 4
gpt4 key购买 nike

我想为微调器添加颜色以及为微调器的箭头添加颜色如何在不添加依赖项的情况下在 android studio 中执行此操作

最佳答案

我找到了解决方案,创建一个新的 xml spinner_style.xml

<?xml version="1.0" encoding="UTF-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textColor="@color/Black" />

并将此布局固定为 Activity 中的微调器样式:

 ArrayAdapter<String> genderAdapter = new ArrayAdapter<String> (getActivity(), R.layout.spinner_style, gender_spinner);

关于android - 如何在android studio中更改微调器及其箭头的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56373008/

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