List of usage examples for android.widget TextSwitcher subclass-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<>();