Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rasoulmiri authored May 12, 2019
1 parent d44fd1a commit 0330da7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ See [demo project](https://github.com/rasoulmiri/Skeleton/tree/master/sample)
See [demo APK](https://github.com/rasoulmiri/Skeleton/blob/master/demoFile/sample.apk)
<br/>

## Usage XML:
#### Step 1:
## Setup :

Add JitPack repository in your root build.gradle at the end of repositories.

Expand All @@ -30,12 +29,17 @@ Add dependency in your app level build.gradle.
compile 'com.github.rasoulmiri:Skeleton:v1.1.4'
}

#### Step 2:



## Usage XML:

#### Step 1:
add name space on top layout
```xml
xmlns:Skeleton="http://schemas.android.com/apk/res-auto"
```
#### Step 3:
#### Step 2:
use SkeletonGroup and SkeletonView in layout
```xml
<io.rmiri.skeleton.SkeletonGroup
Expand Down

0 comments on commit 0330da7

Please sign in to comment.