LayoutParams

Per-child layout information associated with action bar custom views.

Inheritors

Constructors

Link copied to clipboard
constructor(@NonNull c: @NonNull Context, attrs: AttributeSet)
constructor(width: Int, height: Int)
constructor(width: Int, height: Int, gravity: Int)
constructor(gravity: Int)
constructor(source: ActionBar.LayoutParams)
constructor(source: ViewGroup.LayoutParams)

Properties

Link copied to clipboard
open var gravity: Int
Gravity for the view associated with these LayoutParams.