sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
appcompat
/
androidx.appcompat.util.theme.resource
/
SeslThemeResourceDrawable
/
ThemeResourceDrawable
Theme
Resource
Drawable
data
class
ThemeResourceDrawable
@
JvmOverloads
constructor
(
val
lightThemeResId
:
Int
,
val
darkThemeResId
:
Int
=
lightThemeResId
)
:
SeslThemeResourceDrawable.ResourceDrawable
(
source
)
Members
Constructors
Theme
Resource
Drawable
Link copied to clipboard
@
JvmOverloads
constructor
(
lightThemeResId
:
Int
,
darkThemeResId
:
Int
=
lightThemeResId
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dark
Theme
Res
Id
Link copied to clipboard
val
darkThemeResId
:
Int
light
Theme
Res
Id
Link copied to clipboard
val
lightThemeResId
:
Int
Functions
get
Drawable
Link copied to clipboard
open
override
fun
getDrawable
(
context
:
Context
)
:
Int