Skip to content

Commit 4daa0be

Browse files
committed
Update icon and screenshots
1 parent 55f67d9 commit 4daa0be

9 files changed

Lines changed: 6 additions & 2 deletions

File tree

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.ivanrf.countdownanimation"
4-
android:versionCode="1"
4+
android:versionCode="2"
55
android:versionName="1.0" >
66

77
<uses-sdk

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Count Down Animation
1+
![](screenshots/icon.png) Count Down Animation
22
==================
33

44
This project includes the [CountDownAnimation](src/com/ivanrf/countdownanimation/CountDownAnimation.java) class and one Activity to test it.
@@ -42,6 +42,10 @@ countDownAnimation.setCountDownListener(new CountDownListener() {
4242
}
4343
});
4444
```
45+
46+
## Download ##
47+
You can [download the latest release](../../releases/latest). The apk file of the test application is provided.
48+
4549
## Screenshots ##
4650
```TestActivity``` with default animation: Alpha
4751
![Default animation](screenshots/CountDownAnimation1.gif)

res/drawable-hdpi/ic_launcher.png

7.12 KB
Loading

res/drawable-mdpi/ic_launcher.png

5.46 KB
Loading

res/drawable-xhdpi/ic_launcher.png

9.16 KB
Loading
14.4 KB
Loading
17.4 KB
Loading
-41.8 KB
Loading

screenshots/icon.png

6.21 KB
Loading

0 commit comments

Comments
 (0)