Skip to content

Commit 05072cb

Browse files
committed
[BUMP] Readme
1 parent 9ebf216 commit 05072cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020

2121
```groovy
2222
dependencies {
23-
compile 'com.github.manneohlund:themeux:3.1.0'
23+
compile 'com.github.manneohlund:themeux:3.1.1'
2424
}
2525
```
2626

@@ -39,7 +39,7 @@ class ThemeModel {
3939
val theme = android.support.v7.appcompat.R.style.Theme_AppCompat_NoActionBar
4040

4141
@ToolbarThemeOverlay
42-
val toolbarThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark
42+
val toolbarThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark_ActionBar
4343

4444
@ToolbarPopupThemeOverlay
4545
val popupThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark

0 commit comments

Comments
 (0)