Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeryo2357 committed Feb 27, 2024
2 parents aa42154 + d3287f4 commit b6bf456
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
In your build.gradle :
```gradle
dependencies {
implementation 'com.github.jaeryo2357:circleTimer:1.1.4'
implementation 'com.github.jaeryo2357:circleTimer:1.1.7'
}
```

Expand All @@ -39,7 +39,7 @@ dependencies {
android:layout_width="wrap_content"
android:layout_height="200dp"
app:isOutline="true"
app:show_text="true"
app:show_text="true"
app:init_position="3124"
app:outline_color="#ff0000"
app:text_color="#ff0000"
Expand All @@ -51,6 +51,8 @@ dependencies {
</com.mut_jaeryo.circletimer.CircleTimer>
```

You can change the wheel color, text, and outline

### From the code
```java
timer = findViewById(R.id.main_timer);
Expand Down

0 comments on commit b6bf456

Please sign in to comment.