Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hzw1199 committed Jun 15, 2023
1 parent 8cf8618 commit ccd1527
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
* ```OverlayActivity```: Display FloatingView above certain Activity
* ```OverlayViewGroup```: Display FloatingView above certain ViewGroup
* Move FloatingView with finger
* Scale FloatingView with two fingers (can be disabled)
* Define 9 initial position for FloatingView
* Define initial paddings for FloatingView
* Hold FloatingView object, so that you can change the content of FloatingView dynamically, and set OnClickListener for each child view of FloatingView

# Usage

Expand All @@ -39,7 +41,7 @@ Add the dependency in the form:

```
dependencies {
compile 'com.github.hzw1199:FloatingView:1.0.0'
compile 'com.github.hzw1199:FloatingView:1.4.0'
}
```

Expand Down
3 changes: 2 additions & 1 deletion READMEcn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* ```OverlayActivity```模式下只在指定的Activity上显示
* ```OverlayViewGroup```模式下只在指定的ViewGroup上显示
* 可随着手指拖动
* 可双指缩放(可开关)
* 可指定9个初始位置
* 可指定初始paddings
* 可持有浮动View对象,从而可以动态修改View的内容,并可为浮动View的各个子控件单独设置OnClickListener
Expand All @@ -38,7 +39,7 @@ allprojects {

```
dependencies {
compile 'com.github.hzw1199:FloatingView:1.0.0'
compile 'com.github.hzw1199:FloatingView:1.4.0'
}
```

Expand Down
3 changes: 0 additions & 3 deletions floatingview/src/main/res/values/strings.xml

This file was deleted.

0 comments on commit ccd1527

Please sign in to comment.