staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.view.theme
Package-level
declarations
Functions
Properties
Properties
Black
Link copied to clipboard
android
val
Black
:
Color
Disabled
Gray
Link copied to clipboard
android
val
DisabledGray
:
Color
Gray
Link copied to clipboard
android
val
Gray
:
Color
Light
Gray
Link copied to clipboard
android
val
LightGray
:
Color
White
Link copied to clipboard
android
val
White
:
Color
Functions
App
Theme
Link copied to clipboard
android
@
Composable
fun
AppTheme
(
useDarkTheme
:
Boolean
=
isSystemInDarkTheme()
,
content
:
@
Composable
(
)
->
Unit
)