setThemeColor

fun setThemeColor(color: Color)


fun setThemeColor(colorString: String): Boolean

Set theme color using hex color string. Supported formats: "#RRGGBB", "#AARRGGBB", "0xRRGGBB", "0xAARRGGBB"

Return

true if color was parsed successfully, false otherwise

Parameters

colorString

Hex color string