Android 默认开启深色主题模式(暗夜模式)

/frameworks/base/core/res/res/values/config.xml

<!-- Control the default night mode to use when there is no other mode override set.

One of the following values (see UiModeManager.java):

0 - MODE_NIGHT_AUTO

1 - MODE_NIGHT_NO

2 - MODE_NIGHT_YES

tyd,lxd,def open night mode + UiModeManagerService.java

-->
<integer name="config_defaultNightMode">2</integer>

</resources>

相关推荐
Nelson_hehe2 小时前
Java基础第四章、面向对象
java·语法基础·面向对象程序设计
Thomas_YXQ2 小时前
Unity3D Lua集成技术指南
java·开发语言·驱动开发·junit·全文检索·lua·unity3d
Ya-Jun3 小时前
常用第三方库:flutter_boost混合开发
android·flutter·ios
ShiinaMashirol3 小时前
代码随想录打卡|Day27(合并区间、单调递增的数字、监控二叉树)
java·算法
_一条咸鱼_4 小时前
深度剖析:Android NestedScrollView 惯性滑动原理大揭秘
android·面试·android jetpack
_一条咸鱼_4 小时前
深度揭秘!Android NestedScrollView 绘制原理全解析
android·面试·android jetpack
_一条咸鱼_4 小时前
揭秘 Android CoordinatorLayout:从源码深度解析其协同工作原理
android·面试·android jetpack
_一条咸鱼_4 小时前
揭秘 Android View 的 TranslationY 位移原理:源码深度剖析
android·面试·android jetpack
_一条咸鱼_4 小时前
揭秘 Android NestedScrollView 滑动原理:源码深度剖析
android·面试·android jetpack
_一条咸鱼_4 小时前
深度揭秘:Android NestedScrollView 拖动原理全解析
android·面试·android jetpack