We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b90f79 + db88758 commit 9ed518fCopy full SHA for 9ed518f
README.md
@@ -0,0 +1,14 @@
1
+# ImageSelector
2
+Android图片选择器,仿微信的图片选择器的样式和效果。支持图片的单选、限数量的多选和不限数量的多选。支持图片预览和图片文件夹的切换。
3
+```
4
+allprojects {
5
+ repositories {
6
+ ...
7
+ maven { url 'https://jitpack.io' }
8
+ }
9
10
+
11
+ dependencies {
12
+ compile 'com.github.donkingliang:ImageSelector:1.0.0'
13
14
0 commit comments