diff --git a/README.md b/README.md index c0e13f4..d974096 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ Image-Zoomer ========== -------- -###Specs +### Specs [![Bintray](https://img.shields.io/badge/Bintray-v1.0.2-brightgreen.svg?)](https://bintray.com/code-crusher/maven/ImageZoomer) Twitter
Image zoomer provides easy way to add zoom animations to you ImageButton. You can set the animation duration and reverse mode to reverse the animation. -###Featured in +### Featured in -#Screenshots -###Zoom +# Screenshots +### Zoom ![Screenshot](https://github.com/code-crusher/Image-Zoomer/blob/master/screenshots/zoom.gif) -###Zoom Reverse +### Zoom Reverse ![Screenshot](https://github.com/code-crusher/Image-Zoomer/blob/master/screenshots/zoomReverse.gif) -#Integration +# Integration ------------- - ImageZoomer is available in the MavenCentral, so getting it as simple as adding it as a dependency @@ -27,8 +27,8 @@ Image zoomer provides easy way to add zoom animations to you ImageButton. You ca compile 'com.vatsal.imagezoomer:image-zoomer:1.0.2' ``` -#Usage -###Method 1 : XML +# Usage +### Method 1 : XML In your activity_main.xml file use this code instead of ImageButton: ```xml @@ -37,7 +37,7 @@ In your activity_main.xml file use this code instead of ImageButton: android:layout_height="wrap_content" android:src="@mipmap/ic_launcher" /> ``` -###Attributes +### Attributes @@ -50,7 +50,7 @@ In your activity_main.xml file use this code instead of ImageButton: app:modeReverse="true" ``` -###Method 2 : Java +### Method 2 : Java In your MainActivity.class use this code in OnClick() of ImageButton: ```Java @@ -87,7 +87,7 @@ image_button | ImageButton activity | Activity duration(ms) | long -#License +# License > Copyright 2016 Vatsal Bajpai