Skip to content

Commit

Permalink
color navigationbar background
Browse files Browse the repository at this point in the history
  • Loading branch information
edeso committed Apr 13, 2023
1 parent c004a83 commit ed8399e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primaryDark</item>

<item name="android:navigationBarColor" tools:targetApi="lollipop">@color/primaryDark</item>

<item name="colorAccent">@color/primaryDark</item>
<!--
<item name="colorControlNormal">@color/lightest</item>
Expand Down

0 comments on commit ed8399e

Please sign in to comment.