ActionBar.LayoutParams

class ActionBar.LayoutParams : ViewGroup.MarginLayoutParams

Known direct subclasses
Toolbar.LayoutParams

Layout information for child views of Toolbars.


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

Summary

Public constructors

LayoutParams(gravity: Int)
LayoutParams(width: Int, height: Int)
LayoutParams(width: Int, height: Int, gravity: Int)

Public properties

Int

Gravity for the view associated with these LayoutParams.

Inherited Constants

From android.view.ViewGroup.LayoutParams
const Int

This property is deprecated.

const Int
const Int

Public constructors

LayoutParams

Added in 1.1.0
LayoutParams(gravity: Int)

LayoutParams

Added in 1.1.0
LayoutParams(source: ActionBar.LayoutParams!)

LayoutParams

Added in 1.1.0
LayoutParams(source: ViewGroup.LayoutParams!)

LayoutParams

Added in 1.1.0
LayoutParams(c: Context, attrs: AttributeSet!)

LayoutParams

Added in 1.1.0
LayoutParams(width: Int, height: Int)

LayoutParams

Added in 1.1.0
LayoutParams(width: Int, height: Int, gravity: Int)

Public properties

gravity

Added in 1.1.0
val gravityInt

Gravity for the view associated with these LayoutParams.

See also
Gravity