Skip to content

Commit 8d71fde

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 29946d2 + 2ed656f commit 8d71fde

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README-zh.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,12 @@ GlideApp.with(this)
332332

333333
- 解决方案:设置margin属性即可解决
334334

335-
# 最后推荐我写的另一个库,轻松实现在应用内点击小图查看大图的动画放大效果
336335

337-
- [OpenImage](https://github.com/FlyJingFish/OpenImage) (已内置当前库)
336+
## 最后推荐我写的另外一些库
337+
338+
- [OpenImage 轻松实现在应用内点击小图查看大图的动画放大效果](https://github.com/FlyJingFish/OpenImage)(已内置当前库)
339+
340+
- [AndroidAOP 一个注解就可请求权限,禁止多点,切换线程等等,更可定制出属于你的 Aop 代码](https://github.com/FlyJingFish/AndroidAOP)
338341

339342
- [主页查看更多开源库](https://github.com/FlyJingFish)
340343

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![GitHub license](https://img.shields.io/github/license/FlyJingFish/ShapeImageView.svg)](https://github.com/FlyJingFish/ShapeImageView/blob/master/LICENSE)
88

99

10-
## [中文版使用说明](https://github.com/FlyJingFish/ShapeImageView/blob/master/README-zh.md)
10+
# [中文版使用说明](https://github.com/FlyJingFish/ShapeImageView/blob/master/README-zh.md)
1111

1212
## 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;
1313
## 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 {
168168
|------------------|:--------------:|:----------------------------------------------------:|
169169
| setShapeResource | Drawable | Shape Resource Drawable |
170170
| 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 |
172172

173173
### Graphic resource setting prompt
174174

@@ -337,10 +337,12 @@ GlideApp.with(this)
337337

338338

339339

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
341341

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)
343343

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)
345347

346348

0 commit comments

Comments
 (0)