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:
Constants
| Inherited Constants
| Fields
| Inherited Fields
| Ctors
| Inherited Methods
| [Expand All]
BaseCardView.LayoutParams
public
static
class
BaseCardView.LayoutParams
extends FrameLayout.LayoutParams
java.lang.Object | ||||
↳ | android.view.ViewGroup.LayoutParams | |||
↳ | android.view.ViewGroup.MarginLayoutParams | |||
↳ | android.widget.FrameLayout.LayoutParams | |||
↳ | android.support.v17.leanback.widget.BaseCardView.LayoutParams |
Per-child layout information associated with BaseCardView.
Summary
Constants | |
---|---|
int |
VIEW_TYPE_EXTRA
|
int |
VIEW_TYPE_INFO
|
int |
VIEW_TYPE_MAIN
|
Inherited constants |
---|
![]()
android.widget.FrameLayout.LayoutParams
|
![]()
android.view.ViewGroup.LayoutParams
|
Fields | |
---|---|
public
int |
viewType
Card component type for the view associated with these LayoutParams. |
Inherited fields |
---|
![]()
android.widget.FrameLayout.LayoutParams
|
![]()
android.view.ViewGroup.MarginLayoutParams
|
![]()
android.view.ViewGroup.LayoutParams
|