|
7 | 7 | [](https://github.com/FlyJingFish/ShapeImageView/blob/master/LICENSE) |
8 | 8 |
|
9 | 9 |
|
10 | | -## [中文版使用说明](https://github.com/FlyJingFish/ShapeImageView/blob/master/README-zh.md) |
| 10 | +# [中文版使用说明](https://github.com/FlyJingFish/ShapeImageView/blob/master/README-zh.md) |
11 | 11 |
|
12 | 12 | ## 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; |
13 | 13 | ## 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 { |
168 | 168 | |------------------|:--------------:|:----------------------------------------------------:| |
169 | 169 | | setShapeResource | Drawable | Shape Resource Drawable | |
170 | 170 | | setShapeResource | DrawableRes | Shape resource id | |
171 | | -| setShapeResource | ShapeScaleType | Sets the display type for drawing graphics resources | |
| 171 | +| setShapeScaleType | ShapeScaleType | Sets the display type for drawing graphics resources | |
172 | 172 |
|
173 | 173 | ### Graphic resource setting prompt |
174 | 174 |
|
@@ -337,10 +337,12 @@ GlideApp.with(this) |
337 | 337 |
|
338 | 338 |
|
339 | 339 |
|
340 | | -# 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 |
| 340 | +## Finally, I recommend some other libraries I wrote |
341 | 341 |
|
342 | | -- [OpenImage](https://github.com/FlyJingFish/OpenImage) (current library built in) |
| 342 | +- [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) |
343 | 343 |
|
344 | | -- [Homepage view more open source libraries](https://github.com/FlyJingFish) |
| 344 | +- [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) |
| 345 | + |
| 346 | +- [View more open source libraries on the homepage](https://github.com/FlyJingFish) |
345 | 347 |
|
346 | 348 |
|
0 commit comments