Skip to content

RepoForks/MeteorView

Repository files navigation

MeteorView

android library MeteorView

Demo

Project

Icon Name Link Google Play
Sola - Stranger chat, Anonymous chat & Date

Download

  • 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'
    }

Using

  • xml
    
     <com.hoanganhtuan95ptit.library.MeteorView
            android:id="@+id/img_meteor0"
            android:layout_width="60dp"
            android:layout_height="34dp"
            android:layout_margin="50dp" />