Constructor TextView
TextView(Rect)
Initializes a TextView on the specified area, with absolute position and size.
public TextView(Rect frame)
Parameters
frame
Rect
TextView()
Initializes a TextView on the specified area, with dimensions controlled with the X, Y, Width and Height properties.
public TextView()