FileDocCategorySizeDatePackage
RowHeaderView.javaAPI DocAndroid 5.1 API1226Thu Mar 12 22:22:56 GMT 2015android.support.v17.leanback.widget

RowHeaderView

public final class RowHeaderView extends android.widget.TextView
RowHeaderView is a header text view.

Fields Summary
Constructors Summary
public RowHeaderView(android.content.Context context)

        this(context, null);
    
public RowHeaderView(android.content.Context context, android.util.AttributeSet attrs)

        this(context, attrs, R.attr.rowHeaderStyle);
    
public RowHeaderView(android.content.Context context, android.util.AttributeSet attrs, int defStyle)

        super(context, attrs, defStyle);
    
Methods Summary