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) diff --git a/README.md b/README.md index 6183d34..90c0267 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; @@ -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 @@ -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)