File
Doc
Category
Size
Date
Package
RowHeaderView.java
API Doc
Android 5.1 API
1226
Thu Mar 12 22:22:56 GMT 2015
android.support.v17.leanback.widget
RowHeaderView
java.lang.Object
android.widget.TextView
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
Java Code Source