C# Class com.joanzapata.iconify.widget.IconTextView

Inheritance: android.widget.TextView, [email protected]
Mostrar archivo Open project: PragmaticIT/xiconify

Public Methods

Method Description
IconTextView ( android.content.Context context )
IconTextView ( android.content.Context context, android.util.AttributeSet attrs )
IconTextView ( android.content.Context context, android.util.AttributeSet attrs, int defStyle )
setText ( CharSequence text, TextView.BufferType type ) : void

Protected Methods

Method Description
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void

Private Methods

Method Description
init ( ) : void

Method Details

IconTextView() public method

public IconTextView ( android.content.Context context )
context android.content.Context

IconTextView() public method

public IconTextView ( android.content.Context context, android.util.AttributeSet attrs )
context android.content.Context
attrs android.util.AttributeSet

IconTextView() public method

public IconTextView ( android.content.Context context, android.util.AttributeSet attrs, int defStyle )
context android.content.Context
attrs android.util.AttributeSet
defStyle int

onAttachedToWindow() protected method

protected onAttachedToWindow ( ) : void
return void

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

setText() public method

public setText ( CharSequence text, TextView.BufferType type ) : void
text CharSequence
type android.widget.TextView.BufferType
return void