| Public Constructors | |
|---|---|
| AefTextView(Context context, AttributeSet attrs) | |
| AefTextView(Context context, AttributeSet attrs, int defStyle) | |
| Protected Methods | |
|---|---|
| void | onMeasure(int widthMeasureSpec, int heightMeasureSpec) |
| context | |
|---|---|
| attrs |
| context | |
|---|---|
| attrs | |
| defStyle |
| widthMeasureSpec | |
|---|---|
| heightMeasureSpec |
This extension of TextView renders text on a single line, and fades end if text does not fit. NOTE! This view only supports a single text line and only handles gravity left.