We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5196e3 commit d35392fCopy full SHA for d35392f
app/src/main/res/values/styles.xml
@@ -1,7 +1,7 @@
1
<resources>
2
3
<!-- Base application theme. -->
4
- <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
+ <style name="AppTheme" parent="Theme.MaterialComponents.Light">
5
<!-- Customize your theme here. -->
6
<item name="colorPrimary">@color/colorPrimary</item>
7
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
dependencies.gradle
@@ -11,7 +11,7 @@ ext {
11
appCompat = "1.1.0"
12
androidCore = "1.2.0"
13
constraintLayout = "2.0.0-beta2"
14
- androidMaterial = "1.2.0-alpha05"
+ androidMaterial = "1.2.0-beta01"
15
androidLegacy = "1.0.0"
16
koin = "2.0.1"
17
nav_version = '2.1.0-beta02'
0 commit comments