Example usage for android.widget TextSwitcher subclass-usage

List of usage examples for android.widget TextSwitcher subclass-usage

Introduction

In this page you can find the example usage for android.widget TextSwitcher subclass-usage.

Usage

From source file ezy.ui.view.NoticeView.java

public class NoticeView extends TextSwitcher {

    private Animation mInUp = anim(1.5f, 0);
    private Animation mOutUp = anim(0, -1.5f);

    private List<String> mDataList = new ArrayList<>();