Skip to content

Commit

Permalink
Update the README with usage of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed May 19, 2021
1 parent 6602ee3 commit 7054d5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -3,3 +3,20 @@
![Preview image](preview.svg)

</div>

# NOTE: This library is still in initial phases of development

### build.gradle[.kts]
```groovy
implementation("ir.mahozad.android:pie-chart:0.1.0")
```

### layout.xml
```xml
<ir.mahozad.android.PieChart
android:id="@+id/pieChart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:holeRatio="0.3"
app:gap="8dp" />
```

0 comments on commit 7054d5f

Please sign in to comment.