From ccd1527cfb4607d81a06b201e9982aa552dcf44d Mon Sep 17 00:00:00 2001 From: wuzh <276229118@qq.com> Date: Thu, 15 Jun 2023 10:43:18 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- READMEcn.md | 3 ++- floatingview/src/main/res/values/strings.xml | 3 --- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 floatingview/src/main/res/values/strings.xml diff --git a/README.md b/README.md index 32d851a..6e1d1f3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' } ``` diff --git a/READMEcn.md b/READMEcn.md index 524a1f4..d5dd5dd 100644 --- a/READMEcn.md +++ b/READMEcn.md @@ -15,6 +15,7 @@ * ```OverlayActivity```模式下只在指定的Activity上显示 * ```OverlayViewGroup```模式下只在指定的ViewGroup上显示 * 可随着手指拖动 +* 可双指缩放(可开关) * 可指定9个初始位置 * 可指定初始paddings * 可持有浮动View对象,从而可以动态修改View的内容,并可为浮动View的各个子控件单独设置OnClickListener @@ -38,7 +39,7 @@ allprojects { ``` dependencies { - compile 'com.github.hzw1199:FloatingView:1.0.0' + compile 'com.github.hzw1199:FloatingView:1.4.0' } ``` diff --git a/floatingview/src/main/res/values/strings.xml b/floatingview/src/main/res/values/strings.xml deleted file mode 100644 index 86ebe52..0000000 --- a/floatingview/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - FloatingView -