Skip to content

Commit d35392f

Browse files
committed
Mudando tema
1 parent b5196e3 commit d35392f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<resources>
22

33
<!-- Base application theme. -->
4-
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
4+
<style name="AppTheme" parent="Theme.MaterialComponents.Light">
55
<!-- Customize your theme here. -->
66
<item name="colorPrimary">@color/colorPrimary</item>
77
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
appCompat = "1.1.0"
1212
androidCore = "1.2.0"
1313
constraintLayout = "2.0.0-beta2"
14-
androidMaterial = "1.2.0-alpha05"
14+
androidMaterial = "1.2.0-beta01"
1515
androidLegacy = "1.0.0"
1616
koin = "2.0.1"
1717
nav_version = '2.1.0-beta02'

0 commit comments

Comments
 (0)