Skip to content

Commit

Permalink
[chore] #17 theme 변경 Theme.material -> Theme.MaterialComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyoon513 committed Apr 2, 2023
1 parent 54184b6 commit 76212d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter09/app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="Theme.Chapter09" parent="android:Theme.Material.Light.NoActionBar">
<style name="Theme.Chapter09" parent="@style/Theme.MaterialComponents.DayNight.NoActionBar">
<item name="android:statusBarColor">@color/purple_700</item>
</style>
</resources>

0 comments on commit 76212d4

Please sign in to comment.