Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.18 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.18 KB

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" />