Class GifTextView

All Implemented Interfaces:
Drawable.Callback, AccessibilityEventSource, KeyEvent.Callback, ViewTreeObserver.OnPreDrawListener

public class GifTextView
extends TextView
A TextView which handles GIFs as compound drawables. NOTE: android:drawableStart and android:drawableEnd from XML are not supported but can be set using setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int, int)