Update MaterialDrawer to version 6.1.1

This commit is contained in:
cketti 2019-02-09 19:51:51 +01:00
parent a7d6d9c50f
commit b4ead8d3b5
2 changed files with 4 additions and 2 deletions

View file

@ -32,7 +32,7 @@ dependencies {
implementation "com.github.amlcurran.showcaseview:library:5.4.1"
implementation "com.xwray:groupie:2.1.0"
implementation "com.xwray:groupie-kotlin-android-extensions:2.1.0"
implementation 'com.mikepenz:materialdrawer:6.0.7'
implementation 'com.mikepenz:materialdrawer:6.1.1'
implementation 'com.mikepenz:fontawesome-typeface:5.3.1.1@aar'
implementation 'com.github.ByteHamster:SearchPreference:v1.1.4'

View file

@ -24,7 +24,8 @@
<item name="material_drawer_divider">@color/material_drawer_divider</item>
<item name="material_drawer_selected">@color/material_drawer_selected</item>
<item name="material_drawer_selected_text">@color/material_drawer_selected_text</item>
<item name="material_drawer_header_selection_text">@color/material_drawer_header_selection_text</item>
<item name="material_drawer_header_selection_text">@color/material_drawer_dark_header_selection_text</item>
<item name="material_drawer_header_selection_subtext">@color/material_drawer_dark_header_selection_subtext</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
<item name="iconUnifiedInbox">@drawable/ic_inbox_multiple_light</item>
@ -136,6 +137,7 @@
<item name="material_drawer_selected">@color/material_drawer_dark_selected</item>
<item name="material_drawer_selected_text">@color/material_drawer_dark_selected_text</item>
<item name="material_drawer_header_selection_text">@color/material_drawer_dark_header_selection_text</item>
<item name="material_drawer_header_selection_subtext">@color/material_drawer_dark_header_selection_subtext</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
<item name="iconUnifiedInbox">@drawable/ic_inbox_multiple_dark</item>