Skip to content

Commit 5cd03c6

Browse files
committed
Fixed screen name
1 parent bb21d35 commit 5cd03c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ or Maven:
2323
</dependency>
2424
```
2525
## Screenshots
26-
![screenshots](https://raw.githubusercontent.com/nikartm/StripedProcessButton/master/screenshots/screenshot.gif)
26+
![screenshots](https://raw.githubusercontent.com/nikartm/StripedProcessButton/master/screenshots/sct.gif)
2727
## How to use?
2828
Adjust the xml view [More examples.](https://github.com/nikartm/StripedProcessButton/blob/master/app/src/main/res/layout/activity_main.xml):
2929
```
@@ -49,7 +49,7 @@ Adjust the xml view [More examples.](https://github.com/nikartm/StripedProcessBu
4949
app:spb_stripeDuration="120"
5050
android:textColor="#ffffff" />
5151
```
52-
Adjust programmatically:
52+
Adjust programmatically (shortly):
5353
```
5454
stripedButton.setCornerRadius(50)
5555
.setStripeAlpha(0.7f)

0 commit comments

Comments
 (0)