Skip to content

Commit 107074e

Browse files
ReadME changes with source info
1 parent 4bd5ad1 commit 107074e

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
[![.github/workflows/main.yml](https://github.com/applibgroup/Instalike/actions/workflows/main.yml/badge.svg)](https://github.com/applibgroup/Instalike/actions/workflows/main.yml)
1+
[![Build](https://github.com/applibgroup/Instalike/actions/workflows/main.yml/badge.svg)](https://github.com/applibgroup/Instalike/actions/workflows/main.yml)
22
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=applibgroup_Instalike&metric=alert_status)](https://sonarcloud.io/dashboard?id=applibgroup_Instalike)
33
# InstaLikeView
44

55
A HMOS library to add "like" animation similar to instagram.
66

7+
## Source
8+
Inspired by [KshitijDroid/InstaLikeView](https://github.com/KshitijDroid/InstaLikeView) - version 1.05
9+
10+
## Feature
11+
This library provides an animation similar to instagram "like" feature.
12+
713
<img src="https://github.com/applibgroup/Instalike/blob/master/screenshots/instalikeview.gif" width="256">
814

915
## Dependency
10-
1.For using instalike module in sample app, include the source code and add the below dependencies in entry/build.gradle to generate hap/support.har.
16+
1. For using instalike module in sample app, include the source code and add the below dependencies in entry/build.gradle to generate hap/support.har.
1117
```groovy
1218
dependencies {
1319
implementation project(':instalike')
1420
implementation fileTree(dir: 'libs', include: ['*.har'])
1521
testImplementation 'junit:junit:4.13'
1622
}
1723
```
18-
2.For using instalike in separate application using har file, add the har file in the entry/libs folder and add the dependencies in entry/build.gradle file.
24+
2. For using instalike in separate application using har file, add the har file in the entry/libs folder and add the dependencies in entry/build.gradle file.
1925
```groovy
2026
dependencies {
2127
implementation fileTree(dir: 'libs', include: ['*.har'])
@@ -49,7 +55,7 @@ instaLikeView.start();
4955
#### Supported xml attributes:
5056
```xml
5157
app:likeSize="$float:instalike_image_size" // Set Like Size (Default 80vp)
52-
app:likeSrc="@drawable/img_burger" // Set Like Drawable
58+
app:likeSrc="$graphic:img_heart" // Set Like Drawable
5359
```
5460

5561
#### Other supported methods:

0 commit comments

Comments
 (0)