Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can copy the ProgressWheel.java (in the library module) and the attrs.xml co

## Usage

You can create your own progress wheel in xml like this (remeber to add ```xmlns:wheel="http://schemas.android.com/apk/res-auto"```):
You can create your own progress wheel in xml like this (remember to add ```xmlns:wheel="http://schemas.android.com/apk/res-auto"```):

```xml
<com.pnikosis.materialishprogress.ProgressWheel
Expand Down