Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Mar 14, 2024
2 parents 29946d2 + 2ed656f commit 8d71fde
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)


0 comments on commit 8d71fde

Please sign in to comment.