Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 5d84180

Browse files
committed
Fix class documentation of CircleFlowIndicator
In HTML, a list item should be enclosed in <li>, not <ul>, which is for the whole list.
1 parent 63f1445 commit 5d84180

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

viewflow/src/org/taptwo/android/widget/CircleFlowIndicator.java

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,29 @@
3131
/**
3232
* A FlowIndicator which draws circles (one for each view).
3333
* <br/>
34-
* Availables attributes are:<br/>
34+
* Available attributes are:<br/>
3535
* <ul>
36+
* <li>
3637
* activeColor: Define the color used to draw the active circle (default to white)
37-
* </ul>
38-
* <ul>
38+
* </li>
39+
* <li>
3940
* inactiveColor: Define the color used to draw the inactive circles (default to 0x44FFFFFF)
40-
* </ul>
41-
* <ul>
41+
* </li>
42+
* <li>
4243
* inactiveType: Define how to draw the inactive circles, either stroke or fill (default to stroke)
43-
* </ul>
44-
* <ul>
44+
* </li>
45+
* <li>
4546
* activeType: Define how to draw the active circle, either stroke or fill (default to fill)
46-
* </ul>
47-
* <ul>
47+
* </li>
48+
* <li>
4849
* 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>
5152
* radius: Define the circle outer radius (default to 4.0)
52-
* </ul>
53-
* * <ul>
53+
* </li>
54+
* <li>
5455
* spacing: Define the circle spacing (default to 4.0)
56+
* </li>
5557
* </ul>
5658
*/
5759
public class CircleFlowIndicator extends View implements FlowIndicator,

0 commit comments

Comments
 (0)