From 01057a07c4058e58ffde8ab0f435aa946e8177e4 Mon Sep 17 00:00:00 2001 From: kiran Date: Thu, 15 Aug 2013 17:09:24 +0530 Subject: [PATCH] Clarified that the display text is auto refreshed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1484193..4482d07 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ android-ago ========== -This library provides `RelativeTimeTextView`, a custom `TextView` that takes a reference time and always displays the relative time with respect to the reference point. This is a common pattern seen in several apps like chat apps, social networking, email etc. +This library provides `RelativeTimeTextView`, a custom `TextView` that takes a reference time and always displays the relative time with respect to the reference point, **automatically refreshing the display text as needed**. This is a common pattern seen in several apps like chat apps, social networking, email etc. ![Here is a screenshot from the sample app][1]