Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 431 Bytes

ZoomImageView

效果图  

github

如何引用

compile 'com.angel:ZoomImageView:1.0.0'

使用方法

	<com.angel.zoom.ZoomImageView
			android:layout_width="wrap_content"
			android:layout_height="wrap_content"
			android:src="@drawable/mine"
			android:layout_centerInParent="true"
	/>