added in version 22.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
Summary:
Inherited XML Attrs
| Inherited Constants
| Inherited Fields
| Ctors
| Methods
| Protected Methods
| Inherited Methods
| [Expand All]
VerticalGridView
public
class
VerticalGridView
extends BaseGridView
java.lang.Object | |||||
↳ | android.view.View | ||||
↳ | android.view.ViewGroup | ||||
↳ | android.support.v7.widget.RecyclerView | ||||
↳ | android.support.v17.leanback.widget.BaseGridView | ||||
↳ | android.support.v17.leanback.widget.VerticalGridView |
A ViewGroup
that shows items in a vertically scrolling list. The items
come from the RecyclerView.Adapter
associated with this view.
RecyclerView.Adapter
can optionally implement FacetProviderAdapter
which
provides FacetProvider
for a given view type; RecyclerView.ViewHolder
can also implement FacetProvider
. Facet from ViewHolder
has a higher priority than the one from FacetProviderAdapter associated with viewType.
Supported optional facets are:
-
ItemAlignmentFacet
When this facet is provided by ViewHolder or FacetProviderAdapter, it will override the item alignment settings set on VerticalGridView. This facet also allows multiple alignment positions within one ViewHolder.
Summary
Inherited XML attributes | |
---|---|
![]()
android.support.v7.widget.RecyclerView
|
Inherited constants |
---|
![]()
android.support.v17.leanback.widget.BaseGridView
|