Skip to content

Repository files navigation

TimerTextView

Simple self updated timer TextView

Download

How to install

repositories {
jcenter()
}
dependencies {
compile 'pl.kitek:timertextview:0.0.2'
}

How to use

your_layout.xml

<pl.kitek.timertextview.TimerTextView
android:id="@+id/timerText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:drawableLeft="@drawable/ic_timer"
android:drawablePadding="4dp"
android:gravity="center"
android:textSize="24sp"/>

YourActivity.java

longfutureTimestamp = System.currentTimeMillis() + (10 * 60 * 60 * 1000);
TimerTextViewtimerText = (TimerTextView) findViewById(R.id.timerText);
timerText.setEndTime(futureTimestamp);

Example

About

Simple self updated timer TextView

Topics

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages