Skip to content

Commit 447a353

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # README.md
2 parents 7ead317 + 5e4fa15 commit 447a353

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ allprojects {
6262
6363
```groovy
6464
dependencies {
65-
implementation 'com.github.Petterpx:FloatingX:1.0.6'
65+
implementation 'com.github.Petterpx:FloatingX:1.0.4'
6666
}
6767
```
6868
@@ -95,6 +95,7 @@ dependencies {
9595
```kotlin
9696
FloatingX.init {
9797
setLayout(R.layout.item_floating_new)
98+
setLayoutView(view)
9899
addBlackClass(
99100
MainActivity::class.java,
100101
NewActivity::class.java,
@@ -110,6 +111,7 @@ FloatingX.init {
110111
```java
111112
AppHelper helper = AppHelper.builder()
112113
.setLayout(R.layout.item_floating)
114+
.setLayoutView(view)
113115
.enableFx()
114116
.build();
115117
FloatingX.init(helper);

0 commit comments

Comments
 (0)