Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Readme changes merge
  • Loading branch information
rosenpin committed Mar 3, 2017
2 parents f9dba17 + bfdafe3 commit 49a2963
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Build Status](https://travis-ci.org/rosenpin/FadingTextView.svg?branch=master)](https://travis-ci.org/rosenpin/FadingTextView)
[![](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FadingTextView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5112)
<a target="_blank" href="https://developer.android.com/reference/android/os/Build.VERSION_CODES.html#GINGERBREAD"><img src="https://img.shields.io/badge/API-9%2B-blue.svg?style=flat" alt="API" /></a>
<a target="_blank" href="https://www.paypal.me/tomerrosenfeld/2usd" title="Donate using PayPal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" /></a>

A textview that changes its content automatically every few seconds

Expand All @@ -24,7 +26,7 @@ Add this to your module build.gradle

``` gradle
dependencies {
   compile 'com.tomer:fadingtextview:1.2'
   compile 'com.tomer:fadingtextview:1.3'
}
```
###Texts
Expand Down

0 comments on commit 49a2963

Please sign in to comment.