Use Theme.AppCompat.

This commit is contained in:
Alex Ning
2020-11-22 12:38:29 +08:00
parent ae213259b3
commit 8bd1e60a0a
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight">
<style name="AppTheme" parent="Theme.AppCompat.DayNight">
<!-- Customize your theme here. -->
<item name="colorPrimary">?attr/colorPrimary</item>
<item name="colorPrimaryDark">?attr/colorPrimaryDark</item>