Skip to content

Commit 4b97858

Browse files
authored
Merge pull request #287 from wuseal/master
添加同时带文字和图片显示的drawable
2 parents 3c020ee + 5a7fa84 commit 4b97858

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,11 @@ https://github.com/siyamed/android-shape-imageview/raw/master/images/all-samples
731731
1. PhotoView
732732
支持双指/双击缩放的ImageView,支持从一个PhotoView缩放到另外一个PhotoView(点击图片放大预览),相对于其他PhototView有更加平滑的缩放,平移的动画,并且支持所有的ScaleType,可以作为普通的ImageView使用
733733
项目地址:https://github.com/bm-x/PhotoView
734-
效果图:![Renderings](https://github.com/bm-x/PhotoView/raw/master/demo1.gif)
734+
效果图:![Renderings](https://github.com/bm-x/PhotoView/raw/master/demo1.gif)
735+
736+
1. TextWithImageDrawable
737+
一个可以同时包含图片和文字的drawable,使用方式类似TextView和它的drawableLeft之类的方法,功能比较全面,可以代替TextView或是解决一些非得需要在ImageView中同时显示文字和图片的问题
738+
项目地址:https://github.com/wuseal/TextWithImageDrawable
735739

736740
#### 七、ProgressBar
737741
1. SmoothProgressBar

0 commit comments

Comments
 (0)