We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893d552 commit 5e4fa15Copy full SHA for 5e4fa15
1 file changed
README.md
@@ -62,7 +62,7 @@ allprojects {
62
63
```groovy
64
dependencies {
65
- implementation 'com.github.Petterpx:FloatingX:1.0.4'
+ implementation 'com.github.Petterpx:FloatingX:1.0.5'
66
}
67
```
68
@@ -95,6 +95,7 @@ dependencies {
95
```kotlin
96
FloatingX.init {
97
setLayout(R.layout.item_floating_new)
98
+ setLayoutView(view)
99
addBlackClass(
100
MainActivity::class.java,
101
NewActivity::class.java,
@@ -110,6 +111,7 @@ FloatingX.init {
110
111
```java
112
AppHelper helper = AppHelper.builder()
113
.setLayout(R.layout.item_floating)
114
+ .setLayoutView(view)
115
.enableFx()
116
.build();
117
FloatingX.init(helper);
0 commit comments