UIUtils

open class UIUtils

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
annotation class InfoLevel
Link copied to clipboard

Properties

Link copied to clipboard
val INFO_NEUTRAL: Int = 0
Link copied to clipboard
Link copied to clipboard
val INFO_WARNING: Int = 1
Link copied to clipboard

Functions

Link copied to clipboard
open fun getColorByAttribute(context: Context, @AttrRes attrResId: Int): Int
Link copied to clipboard
open fun getDurationByLength(text: String): Int
Link copied to clipboard
open fun getHostActivity(context: Context): Activity
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun showTopDownInfoBox(parent: ViewGroup, text: String, duration: Int, type: Int, offsetY: Int): UIUtils.TopDownInfoBoxController