LogoView

interface LogoView

Interface for logo view.

The logo view implementation class should implement both the LogoView interface and a View class (e.g ImageView).

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
requestLayout
Link copied to clipboard
abstract fun requestLayout()
Call this when something has changed which has invalidated the layout of this view.
setLogoMargins
Link copied to clipboard
abstract fun setLogoMargins(@Px() left: Int, @Px() top: Int, @Px() right: Int, @Px() bottom: Int)
Set the margins of the logo view.
toString
Link copied to clipboard
open fun toString(): String

Properties

logoEnabled
Link copied to clipboard
abstract var logoEnabled: Boolean
Whether the logo view is enabled.
logoGravity
Link copied to clipboard
abstract var logoGravity: Int
Returns the gravity value of the logo view.

Inheritors

LogoViewImpl
Link copied to clipboard