Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kojofosu authored Aug 1, 2021
1 parent f7803f6 commit 5ab552d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ Sample implementation [here](app/)

- Add `HorizontalQuantitizer` in your layout xml file

<img src="https://user-images.githubusercontent.com/20203694/126061466-a4a98491-c0ad-4af9-bfde-f4ee486531ff.gif" alt="demo" width="400" />
<div align="left">
<img src="https://user-images.githubusercontent.com/20203694/127779360-39fbcba6-ab72-4897-88ef-59573a005144.gif" alt="demo" width="400" />
<img src="https://user-images.githubusercontent.com/20203694/127779355-c046c8fc-6b95-49f3-b018-5ba6ac38f568.gif" alt="demo" width="400" />
</div>

```xml
<com.mcdev.quantitizerlibrary.HorizontalQuantitizer
Expand All @@ -45,8 +48,10 @@ Sample implementation [here](app/)
### Vertical Quantitizer

- Add `VerticalQuantitizer` in your layout xml file

<img src="https://user-images.githubusercontent.com/20203694/126719791-44a7393d-738f-4c66-94a5-30df087705b5.gif" alt="demo" width="400" />
<div align="left">
<img src="https://user-images.githubusercontent.com/20203694/127779363-fc5fa535-ceeb-44a7-982b-4630073893cf.gif" alt="demo" width="400" />
<img src="https://user-images.githubusercontent.com/20203694/127779361-9850f052-1e06-46ba-b41d-65b96d099c33.gif" alt="demo" width="400" />
</div>

```xml
<com.mcdev.quantitizerlibrary.VerticalQuantitizer
Expand Down

0 comments on commit 5ab552d

Please sign in to comment.