Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vlonjat-gashi committed Mar 10, 2017
2 parents 05910e9 + b629bf6 commit d553f58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you are tired of constantly having to set up progress bars, empty views and e

### About

Using progress-activity which extends from RelativeLayout, you can easily add states like
Using progress-activity you can easily add states like:

- progress bar while the content is loading,
- empty view to indicate when there are no data to display,
Expand All @@ -27,7 +27,7 @@ Using progress-activity which extends from RelativeLayout, you can easily add st

### Usage

Add ```com.vlonjatg.progressactivity.ProgressActivity``` to your layout.
Add ```com.vlonjatg.progressactivity.ProgressFrameLayout``` or ```com.vlonjatg.progressactivity.ProgressLinearLayout``` or ```com.vlonjatg.progressactivity.ProgressRelativeLayout``` to your layout depending on your usecase:

```xml
<com.vlonjatg.progressactivity.ProgressRelativeLayout
Expand Down Expand Up @@ -86,7 +86,7 @@ repositories {
}
dependencies {
compile 'com.github.vlonjatg:progress-activity:v2.0.1'
compile 'com.github.vlonjatg:progress-activity:v2.0.2'
}
```
Expand Down

0 comments on commit d553f58

Please sign in to comment.