修改为黑底白字
修改AndroidManifest.xml
在<application>中修改:
把android:theme="@style/AppTheme" 修改为
android:theme="@android:style/Theme.Black“
修改为白底黑字
android:theme="@android:style/Theme.Light“
本文将指导您如何通过修改AndroidManifest.xml文件,轻松实现应用从黑底白字到白底黑字的主题切换,提升用户体验。
修改为黑底白字
修改AndroidManifest.xml
在<application>中修改:
把android:theme="@style/AppTheme" 修改为
android:theme="@android:style/Theme.Black“
修改为白底黑字
android:theme="@android:style/Theme.Light“
1238
1011
3574

被折叠的 条评论
为什么被折叠?