From 05072cb9873ff76470938f5217397687c2f5d8bd Mon Sep 17 00:00:00 2001 From: manneohlund Date: Tue, 6 Mar 2018 00:18:34 +0100 Subject: [PATCH] [BUMP] Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b0f41..e5409ae 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ allprojects { ```groovy dependencies { - compile 'com.github.manneohlund:themeux:3.1.0' + compile 'com.github.manneohlund:themeux:3.1.1' } ``` @@ -39,7 +39,7 @@ class ThemeModel { val theme = android.support.v7.appcompat.R.style.Theme_AppCompat_NoActionBar @ToolbarThemeOverlay - val toolbarThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark + val toolbarThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark_ActionBar @ToolbarPopupThemeOverlay val popupThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark