安卓Spinner文字看不清

Holo主题安卓13的Spinner文字看不清,明明已经解决了,又忘记了。

java 复制代码
spinner.setOnItemSelectedListener(new Spinner.OnItemSelectedListener() {
    public void onItemSelected(AdapterView<?> arg0, View arg1, int arg2, long arg3) {
        TextView textView = (TextView)arg1;
        textView.setTextColor(Color.BLACK);
    }
    public void onNothingSelected(AdapterView<?> arg0) {
	}
});
相关推荐
91刘仁德5 小时前
MySQL 数据类型详解
android·笔记·mysql·adb
编程圈子6 小时前
操作系统学习14 IDT + PIC + 键盘中断
android·学习·计算机外设
齊家治國平天下13 小时前
Android 14 Vehicle HAL (VHAL) 设计与实现深度解析
android·aaos·carservice·车载开发·android 14·vhal·vehicle hal
AFinalStone19 小时前
Android 7系统网络(八)应用API层—ConnectivityManager使用与实战调试
android·网络
plainGeekDev20 小时前
kapt 替换为 KSP
android·java·kotlin
蜡台20 小时前
通过Gradle脚本声明更改Java变量
android·java·开发语言·python·kotlin·gradle·groovy
阿pin1 天前
Android随笔-SharedPreferences
android·sp
阿pin1 天前
Android随笔-DataStore
android·datastore
茶栀(*´I`*)1 天前
Android 测试入门指南:ADB 基础配置与常用设备管理命令解析
android·adb
ihuyigui1 天前
海外酒店预订短信接口
android·java·运维·服务器·前端·后端·架构