安卓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) {
	}
});
相关推荐
aaajj2 小时前
关于MODIFY_PHONE_STATE权限
android
古法安卓3 小时前
Android-高版本 LMKD 源码解析:基于 PSI 的内存压力监控与查杀全流程
android·java·android studio
古法安卓3 小时前
Android-PSI 详解:libpsi 源码解析——116 行代码架起 lmkd 与内核之间的桥
android·java·android studio
mmsx6 小时前
Android 新闻资讯客户端实战:从零搭建一个完整的新闻 App
android·app·源码
三8447 小时前
PHP 绕过污点追踪构造 Webshell:反序列化引用复用与 Trait 可变函数 RCE
android
石头猫灯8 小时前
WordPress wp2shell漏洞断点逐过程到注入点
android·学习
Android打工仔9 小时前
Kotlin 协程源码解析(五):BaseContinuationImpl.resumeWith() —— Continuation 链是如何被展开的?
android·kotlin
存在morning9 小时前
【PySpark 学习笔记 三】DataFrame API 入门
android·java·数据库
YSoup9 小时前
2026 安卓面试助手APP(安卓八股、题库)
android·面试·职场和发展
xcyxiner9 小时前
flutter 运行到模拟器上
android·前端·flutter