Skip to content

Commit

Permalink
Update Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
BCsl committed Apr 25, 2016
1 parent 9dcdba9 commit 7415ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can also receive a callback for when an item is clicked, and whether it is s
## Usage
1) Add a custom view in Xml
```xml
<github.hellocsl.cursorwheellayout.widget.SimpleTextCursorWheelLayout
<github.hellocsl.cursorwheel.CursorWheelLayout
android:id="@+id/test_circle_menu_right"
android:layout_width="306dip"
android:layout_height="306dip"
Expand All @@ -53,7 +53,7 @@ You can also receive a callback for when an item is clicked, and whether it is s
app:boardWidth="0dip"
app:uncheckRevealColor="#ff2a2f36"
/>
</github.hellocsl.cursorwheellayout.widget.SimpleTextCursorWheelLayout>
</github.hellocsl.cursorwheel.CursorWheelLayout>

```
2) Define your `WheelCycleAdapter`
Expand Down

0 comments on commit 7415ca9

Please sign in to comment.