Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard
val colorList: Map<ItemColor, Color>

Default color list

Functions

Link copied to clipboard
fun Context.emailTo(email: String, subject: String? = null, content: String? = null)

Context extension for sending and email

Link copied to clipboard
fun Context.showToast(@StringRes content: Int, length: Int? = null)

Context extension for showing toast

fun Context.showToast(content: String, length: Int? = null)