sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
drawerlayout
/
androidx.drawerlayout.widget
/
DrawerLayout
/
LayoutParams
Layout
Params
open
class
LayoutParams
:
ViewGroup.MarginLayoutParams
(
source
)
Members
Constructors
Layout
Params
Link copied to clipboard
constructor
(
@
NonNull
c
:
Context
,
@
Nullable
attrs
:
AttributeSet
)
constructor
(
width
:
Int
,
height
:
Int
)
constructor
(
width
:
Int
,
height
:
Int
,
gravity
:
Int
)
constructor
(
@
NonNull
source
:
DrawerLayout.LayoutParams
)
constructor
(
@
NonNull
source
:
ViewGroup.LayoutParams
)
constructor
(
@
NonNull
source
:
ViewGroup.MarginLayoutParams
)
Properties
gravity
Link copied to clipboard
open
var
gravity
:
Int