Stay organized with collections Save and categorize content based on your preferences.
added in version 22.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1

RowHeaderView

public final class RowHeaderView
extends TextView

java.lang.Object
   ↳ android.view.View
     ↳ android.widget.TextView
       ↳ android.support.v17.leanback.widget.RowHeaderView


RowHeaderView is a header text view.

Summary

Inherited constants

From class android.widget.TextView
From class android.view.View

Inherited fields

From class android.view.View

Public constructors

RowHeaderView(Context context)
RowHeaderView(Context context, AttributeSet attrs)
RowHeaderView(Context context, AttributeSet attrs, int defStyle)

Inherited methods

From class android.widget.TextView