LayoutParams
open class LayoutParams : LayoutParams
Per-child layout information associated with BaseCardView.
Summary
Public constructors
|
|
|
|
Copy constructor.
|
Properties
|
Int |
Card component type for the view associated with these LayoutParams.
|
Constants
VIEW_TYPE_EXTRA
static val VIEW_TYPE_EXTRA: Int
Value: 2
VIEW_TYPE_INFO
static val VIEW_TYPE_INFO: Int
Value: 1
VIEW_TYPE_MAIN
static val VIEW_TYPE_MAIN: Int
Value: 0
Public constructors
<init>
LayoutParams(width: Int, height: Int)
<init>
LayoutParams(source: BaseCardView.LayoutParams!)
Copy constructor. Clones the width, height, and View Type of the source.
Properties
viewType
var viewType: Int
Card component type for the view associated with these LayoutParams.