Most visited

Recently visited

RowHeaderView

public final class RowHeaderView
extends TextView

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


RowHeaderView是一个标题文本视图。

Summary

Inherited XML attributes

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

Inherited constants

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
From class android.view.View
From class java.lang.Object
From interface android.view.ViewTreeObserver.OnPreDrawListener
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.accessibility.AccessibilityEventSource

Public constructors

RowHeaderView

RowHeaderView (Context context)

Parameters
context Context

RowHeaderView

RowHeaderView (Context context, 
                AttributeSet attrs)

Parameters
context Context
attrs AttributeSet

RowHeaderView

RowHeaderView (Context context, 
                AttributeSet attrs, 
                int defStyle)

Parameters
context Context
attrs AttributeSet
defStyle int

Hooray!