ShutterButton

class ShutterButton(context: Context, attrs: AttributeSet) : FrameLayout

Customizable Button which provides 2 states (Manual and Auto)

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet)

Functions

Link copied to clipboard

Sets drawable for button in ManualMode

Link copied to clipboard

Sets color for button inner elements in AutoMode

Link copied to clipboard

Sets color for button background in AutoMode

Link copied to clipboard

Sets color for button inner elements in ManualMode

Link copied to clipboard

Sets color for button background in ManualMode

Link copied to clipboard

Shows button in AutoMode. Starts Animation.

Link copied to clipboard

Shows button in ManualMode. Stops Animation.