Sony Addon SDK
public class
AefTextView
This project is no longer being supported and will not get any further updates.
extends TextView
-
java.lang.Object
-
TextView
-
com.sonyericsson.extras.liveware.extension.util.AefTextView
Summary
Public Constructors |
|
AefTextView(Context context, AttributeSet attrs)
|
|
AefTextView(Context context, AttributeSet attrs, int defStyle)
|
Protected Methods |
void |
onMeasure(int widthMeasureSpec, int heightMeasureSpec)
|
Public Constructors
public AefTextView(Context context, AttributeSet attrs)
public AefTextView(Context context, AttributeSet attrs, int defStyle)
Protected Methods
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters
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.