We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebf216 commit 05072cbCopy full SHA for 05072cb
README.md
@@ -20,7 +20,7 @@ allprojects {
20
21
```groovy
22
dependencies {
23
- compile 'com.github.manneohlund:themeux:3.1.0'
+ compile 'com.github.manneohlund:themeux:3.1.1'
24
}
25
```
26
@@ -39,7 +39,7 @@ class ThemeModel {
39
val theme = android.support.v7.appcompat.R.style.Theme_AppCompat_NoActionBar
40
41
@ToolbarThemeOverlay
42
- val toolbarThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark
+ val toolbarThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark_ActionBar
43
44
@ToolbarPopupThemeOverlay
45
val popupThemeOverlay = android.support.v7.appcompat.R.style.ThemeOverlay_AppCompat_Dark
0 commit comments