Package-level declarations

Properties

Link copied to clipboard
val AccentColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val AppTitleColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val BlueTextColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val DangerColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val DarkColors: ERROR CLASS: Unresolved name: darkColors

Material dark color palette using the app's primary and accent colors.

Link copied to clipboard
val DefaultColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val DividerColor: ERROR CLASS: Unresolved name: Color

Divider line color used throughout the UI.

Link copied to clipboard
val GreyTextColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val InfoColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val LightColors: ERROR CLASS: Unresolved name: lightColors

Material light color palette using the app's primary and accent colors.

Link copied to clipboard
val LighterBlue: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val LoginDarkColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val LoginFieldBackgroundColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val MenuActionButtonTextColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val MenuItemColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val PersonalDataBackgroundColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val ProfileBackgroundColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val ProgressBarBlueColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val SearchHeaderColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val SideMenuBottomItemDarkColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val SideMenuDarkColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val SideMenuTopItemDarkColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val StatusTextColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val SubtitleTextColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val SuccessColor: ERROR CLASS: Unresolved name: Color
Link copied to clipboard
val WarningColor: ERROR CLASS: Unresolved name: Color

Functions

Link copied to clipboard
fun AppTheme(darkTheme: Boolean = false, content: () -> Unit)

Applies the application's Material theme to the provided content, switching between LightColors and DarkColors based on the darkTheme flag.