This repository was archived by the owner on Jul 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed
viewflow/src/org/taptwo/android/widget Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 31
31
/**
32
32
* A FlowIndicator which draws circles (one for each view).
33
33
* <br/>
34
- * Availables attributes are:<br/>
34
+ * Available attributes are:<br/>
35
35
* <ul>
36
+ * <li>
36
37
* activeColor: Define the color used to draw the active circle (default to white)
37
- * </ul >
38
- * <ul >
38
+ * </li >
39
+ * <li >
39
40
* inactiveColor: Define the color used to draw the inactive circles (default to 0x44FFFFFF)
40
- * </ul >
41
- * <ul >
41
+ * </li >
42
+ * <li >
42
43
* inactiveType: Define how to draw the inactive circles, either stroke or fill (default to stroke)
43
- * </ul >
44
- * <ul >
44
+ * </li >
45
+ * <li >
45
46
* activeType: Define how to draw the active circle, either stroke or fill (default to fill)
46
- * </ul >
47
- * <ul >
47
+ * </li >
48
+ * <li >
48
49
* fadeOut: Define the time (in ms) until the indicator will fade out (default to 0 = never fade out)
49
- * </ul >
50
- * <ul >
50
+ * </li >
51
+ * <li >
51
52
* radius: Define the circle outer radius (default to 4.0)
52
- * </ul >
53
- * * <ul >
53
+ * </li >
54
+ * <li >
54
55
* spacing: Define the circle spacing (default to 4.0)
56
+ * </li>
55
57
* </ul>
56
58
*/
57
59
public class CircleFlowIndicator extends View implements FlowIndicator ,
You can’t perform that action at this time.
0 commit comments