Skip to content

Commit

Permalink
update art
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimsn98 committed Dec 28, 2018
1 parent 96471a5 commit 8a50872
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Particle animation library for Android
[![](https://jitpack.io/v/ibrahimsn98/android-particles.svg)](https://jitpack.io/#ibrahimsn98/android-particles)

# Example
<img width="250" src="https://github.com/ibrahimsn98/android-particles/blob/master/art/particle.gif"/>
<img width="250" src="https://github.com/ibrahimsn98/android-particles/blob/master/art/particle2.gif"/>



Expand All @@ -17,7 +17,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.ibrahimsn98:android-particles:1.5'
implementation 'com.github.ibrahimsn98:android-particles:1.6'
}
```

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
android:id="@+id/particleView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:particleCount="55"
app:particleColor="@android:color/white"
app:backgroundColor="@android:color/holo_red_light"
app:particleCount="30"
app:particleColor="#e4d72f"
app:backgroundColor="#23262a"
app:minParticleRadius="3"
app:maxParticleRadius="10"/>

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#008577</color>
<color name="colorPrimaryDark">#00574B</color>
<color name="colorAccent">#D81B60</color>
<color name="colorPrimary">#40464E</color>
<color name="colorPrimaryDark">#383d45</color>
<color name="colorAccent">#9acc14</color>
</resources>
Binary file added art/particle2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a50872

Please sign in to comment.