sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
appcompat
/
androidx.appcompat.app
/
ActionBar
/
LayoutParams
Layout
Params
open
class
LayoutParams
:
ViewGroup.MarginLayoutParams
(
source
)
Per-child layout information associated with action bar custom views.
Inheritors
LayoutParams
LayoutParams
Members
Constructors
Layout
Params
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
gravity
Link copied to clipboard
open
var
gravity
:
Int
Gravity for the view associated with these LayoutParams.