android library MeteorView
Icon | Name | Link Google Play |
---|---|---|
Sola - Stranger chat, Anonymous chat & Date |
- Step 1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Step 2. Add the dependency
dependencies {
compile 'com.github.hoanganhtuan95ptit:MeteorView:1.0'
}
- xml
<com.hoanganhtuan95ptit.library.MeteorView
android:id="@+id/img_meteor0"
android:layout_width="60dp"
android:layout_height="34dp"
android:layout_margin="50dp" />