TickerViewpublic class TickerView extends android.widget.TextSwitcher
Fields Summary |
---|
Ticker | mTicker |
Methods Summary |
---|
protected void | onSizeChanged(int w, int h, int oldw, int oldh)
super.onSizeChanged(w, h, oldw, oldh);
if (mTicker != null) mTicker.reflowText();
| public void | setTicker(Ticker t)
mTicker = t;
|
|