【发布时间】:2019-05-16 07:34:09
【问题描述】:
我正在尝试使用 android 深色主题。我安装了 android studio 3.5 预览版。
compileSdkVersion 28 targetSdkVersion 28
但仍然出现此错误。这是黑暗主题的错误还是我做错了什么?
build.gradle{
dependencies {
// ...
implementation 'com.google.android.material:material:1.1.0-alpha06'
// ...
}}
styles.xml
<style name="Theme.MyApp" parent="Theme.MaterialComponents.DayNight">
<item name="android:forceDarkAllowed">true</item>
</style>
项目链接
【问题讨论】:
标签: android android-theme android-styles