Skip to content

Commit 4851eac

Browse files
authored
Merge pull request Trinea#6 from jcodeing/patch-1
更新AnchorImageView(一个可以锚点定位的View[Demo简单实现课本点读])
2 parents 20554fe + b3b1c74 commit 4851eac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,13 @@ https://github.com/siyamed/android-shape-imageview/raw/master/images/all-samples
745745
一个可以同时包含图片和文字的drawable,使用方式类似TextView和它的drawableLeft之类的方法,功能比较全面,可以代替TextView或是解决一些非得需要在ImageView中同时显示文字和图片的问题
746746
项目地址:https://github.com/wuseal/TextWithImageDrawable
747747

748+
1. AnchorImageView
749+
一个可以锚点定位的ImageView(根据像素点)  
750+
Demo中通过AnchorImageView简单的实现了一个课本点读的功能  
751+
项目地址:https://github.com/jcodeing/AnchorImageView
752+
Demo 地址:[Download here](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/AnchorImageView-debug.apk)
753+
效果图:![Renderings](https://raw.githubusercontent.com/jcodeing/AnchorImageView/master/lookme.gif)
754+
748755
#### 七、ProgressBar
749756
1. SmoothProgressBar
750757
水平进度条

0 commit comments

Comments
 (0)