curioustechizen / android-ago

An Android TextView that always displays an auto refreshing relative time span with respect to a reference time
657 stars 109 forks source link

Create method for setting text #26

Closed feromakovi closed 1 year ago

feromakovi commented 8 years ago

Create method for setting text and use RelativeTimeTextView as a usual TextView

curioustechizen commented 8 years ago

@feromakovi Thanks for this PR. I am exploring whether I can use Android Data Binding library such that there is no longer a need to create RelativeTimeTextView as a sub-class of TextView (something along the lines of fontbinding). Hence I will keep this PR on hold for the time being.