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

ListRowHoverCardView

public final class ListRowHoverCardView
extends LinearLayout

java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.LinearLayout
         ↳ android.support.v17.leanback.widget.ListRowHoverCardView


ListRowHoverCardView contains a title and description.

Summary

Inherited constants

From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View

Inherited fields

From class android.view.View

Public constructors

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

Public methods

CharSequence getDescription()

Returns the description text.

CharSequence getTitle()

Returns the title text.

void setDescription(CharSequence text)

Sets the description text.

void setTitle(CharSequence text)

Sets the title text.

Inherited methods

From class android.widget.LinearLayout
From class android.view.ViewGroup