summaryrefslogtreecommitdiffstats
path: root/appcompat/res/values/themes_base.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appcompat/res/values/themes_base.xml')
-rw-r--r--appcompat/res/values/themes_base.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appcompat/res/values/themes_base.xml b/appcompat/res/values/themes_base.xml
index 3e2c841..5db9d05 100644
--- a/appcompat/res/values/themes_base.xml
+++ b/appcompat/res/values/themes_base.xml
@@ -571,7 +571,7 @@
<item name="isLightTheme">true</item>
</style>
- <style name="Base.ThemeOverlay.AppCompat.Dark">
+ <style name="Base.ThemeOverlay.AppCompat.Dark" parent="Platform.ThemeOverlay.AppCompat.Dark">
<item name="android:windowBackground">@color/background_material_dark</item>
<item name="android:colorForeground">@color/bright_foreground_material_dark</item>
<item name="android:colorForegroundInverse">@color/bright_foreground_material_light</item>