Skip to content

Commit

Permalink
[feat/#21] status bar 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
blueme0 committed Jan 5, 2024
1 parent 9a87ebc commit fd1d547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<resources>

<style name="Theme.TeumTeum" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<item name="android:windowLightStatusBar">false</item>
<item name="android:statusBarColor">@color/background</item>
<!-- TEXT -->
<!-- headline -->
<item name="color_text_headline_primary">@color/text_headline_primary</item>
Expand Down

0 comments on commit fd1d547

Please sign in to comment.