Package-level declarations

Types

Link copied to clipboard
open class BaseBottomSheetDialogFragment : BottomSheetDialogFragment
Link copied to clipboard
class MimiTintedToggleButton @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = android.R.attr.buttonStyleToggle, defStyleRes: Int = 0) : AppCompatToggleButton

Compat ToggleButton for Android Lollipop (SDK < 23) which does not support android:drawableTint Uses the text colors to tint the icons.

Link copied to clipboard

Mimi custom Number Picker overridden class

Link copied to clipboard
class StyledTextView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatTextView

Convenience TextView class that applies programmatically some styling upon presence of certain text patterns. To be used via XML or from Java/Kotlin code