Skip to content

New version

Compare
Choose a tag to compare
@rosenpin rosenpin released this 10 Mar 17:34
· 109 commits to master since this release

You can now set the timeout period in time units other than milliseconds (Minutes, Seconds).
For example:

FTV.setTimeout(0.5, FadingTextView.TimeUnit.MINUTES);

Or:

FTV.setTimeout(30, FadingTextView.TimeUnit.SECONDS);

Also, added an option to set the timeout period to the default value:

FTV.setTimeout(FadingTextView.DEFAULT_TIME_OUT);