File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add it in your root build.gradle at the end of repositories:
2828Add the dependency
2929```
3030 dependencies {
31- implementation 'com.github.Yalantis:Context-Menu.Android:1.1.0 '
31+ implementation 'com.github.Yalantis:Context-Menu.Android:1.1.3 '
3232 }
3333```
3434#### 2. Create list of ` MenuObject ` , which consists of icon or icon and description.
@@ -185,6 +185,14 @@ To stay `Context Menu` below Status Bar set `fitSystemWindows` to true and `clip
185185
186186# Changelog
187187
188+ ### Version: 1.1.3
189+
190+ * added background color animation
191+
192+ ### Version: 1.1.2
193+
194+ * added animation on close outside menu
195+
188196### Version: 1.1.1
189197
190198 * bug with ` menuObject.textColor ` was fixed
@@ -255,7 +263,7 @@ P.S. We’re going to publish more awesomeness wrapped in code and a tutorial on
255263
256264## License
257265
258- Copyright 2017 , Yalantis
266+ Copyright 2019 , Yalantis
259267
260268 Licensed under the Apache License, Version 2.0 (the "License");
261269 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ dependencies {
2828 implementation ' com.android.support:appcompat-v7:28.0.0'
2929 implementation ' com.android.support.constraint:constraint-layout:1.1.3'
3030
31- implementation ' com.github.Yalantis:Context-Menu.Android:1.1.1 '
31+ implementation ' com.github.Yalantis:Context-Menu.Android:1.1.3 '
3232}
You can’t perform that action at this time.
0 commit comments