From 34ace0a92c5aa8820a2cbc506ec6ba1be9d49baa Mon Sep 17 00:00:00 2001 From: FlyJingFish <96164429+FlyJingFish@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:18:14 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6183d34..e1fd649 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![GitHub license](https://img.shields.io/github/license/FlyJingFish/ShapeImageView.svg)](https://github.com/FlyJingFish/ShapeImageView/blob/master/LICENSE) -## [中文版使用说明](https://github.com/FlyJingFish/ShapeImageView/blob/master/README-zh.md) +# [中文版使用说明](https://github.com/FlyJingFish/ShapeImageView/blob/master/README-zh.md) ## ShapeImageView supports circle or rounded corners, and can draw circle background borders or rounded box background borders. In addition to the built-in properties of ImageView, 4 new display modes are added; ## AlmightyShapeImageView supports the display of arbitrary graphics, only you can't think of it, you can't do it without it; @@ -337,10 +337,12 @@ GlideApp.with(this) -# Finally, I recommend another library I wrote, which can easily realize the animation zoom effect of clicking on the small image to view the large image in the application +## Finally, I recommend some other libraries I wrote -- [OpenImage](https://github.com/FlyJingFish/OpenImage) (current library built in) +- [OpenImage makes it easy to click on a small image in the application to view the animated enlargement effect of the large image](https://github.com/FlyJingFish/OpenImage) -- [Homepage view more open source libraries](https://github.com/FlyJingFish) +- [AndroidAOP can request permissions, prohibit multiple points, switch threads, etc. with just one annotation. You can also customize your own Aop code](https://github.com/FlyJingFish/AndroidAOP) + +- [View more open source libraries on the homepage](https://github.com/FlyJingFish) From 2691c4a92b6da3b3875e52e5a638ad82069eb1bd Mon Sep 17 00:00:00 2001 From: FlyJingFish <96164429+FlyJingFish@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:19:03 +0800 Subject: [PATCH 2/3] Update README-zh.md --- README-zh.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 8d3c3d6..576302e 100644 --- a/README-zh.md +++ b/README-zh.md @@ -332,9 +332,12 @@ GlideApp.with(this) - 解决方案:设置margin属性即可解决 -# 最后推荐我写的另一个库,轻松实现在应用内点击小图查看大图的动画放大效果 -- [OpenImage](https://github.com/FlyJingFish/OpenImage) (已内置当前库) +## 最后推荐我写的另外一些库 + +- [OpenImage 轻松实现在应用内点击小图查看大图的动画放大效果](https://github.com/FlyJingFish/OpenImage)(已内置当前库) + +- [AndroidAOP 一个注解就可请求权限,禁止多点,切换线程等等,更可定制出属于你的 Aop 代码](https://github.com/FlyJingFish/AndroidAOP) - [主页查看更多开源库](https://github.com/FlyJingFish) From 2ed656fb00500563e5f037a325258870288854fc Mon Sep 17 00:00:00 2001 From: FlyJingFish <96164429+FlyJingFish@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:12:19 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1fd649..90c0267 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ dependencies { |------------------|:--------------:|:----------------------------------------------------:| | setShapeResource | Drawable | Shape Resource Drawable | | setShapeResource | DrawableRes | Shape resource id | -| setShapeResource | ShapeScaleType | Sets the display type for drawing graphics resources | +| setShapeScaleType | ShapeScaleType | Sets the display type for drawing graphics resources | ### Graphic resource setting prompt