forked from dolphinwang/ImageCoverFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog.txt
26 lines (17 loc) · 1.01 KB
/
log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ImageCoverFlow is not extends from Gallery which has been deprecated by google.
version 1.0
supported:
1. Layout padding by using attribute “android:layout_paddingxxx”.(top, bottom, left,
right)
2. Gravity by using attribute “coverflowGravity”.(top, bottom, center_vertical)
3. Layout mode by using attribute “coverflowLayoutMode”.(match_parent, wrap_content.
When using this attribute, will scale image to match parent’s height or keep it’s own
height, and parent’s height may change with image’s.)
4. Image Reflection by using attribute “enableReflection”, and users can set an reflection
height fraction based on image’s original height. A reflection gap can be set too.
5. Image looping. This can’t be set, it is default and only mode provided.
6. Center image locking like gallery.
7. Listening top(center) image’s click event.
8. Image cache.(It has already achieve an image cache, but i propose users to achieve an
cache outside.)
9. Quick selection.(Use method setSelection)