diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 4cbc3ba..fe98405 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -14,7 +14,7 @@ @color/grey_50 @color/grey_900 @color/grey_400 - @style/Widget.MaterialDrawerStyle + @style/App.materialDrawerStyle @style/Widget.MaterialDrawerHeaderStyle @style/ThemeOverlay.AppCompat.Light @@ -30,7 +30,7 @@ @color/grey_900 @color/white @color/grey_600 - @style/Widget.MaterialDrawerStyle + @style/App.materialDrawerStyle @style/Widget.MaterialDrawerHeaderStyle @style/ThemeOverlay.AppCompat.Dark @@ -44,4 +44,11 @@ @style/DrawerArrowStyle--> + + +