ui.components.message_components

ui.components.message_components#

Submodules#

Package Contents#

Classes#

LinkMessage

Card class.

PostMessage

Card class.

TextMessage

Card class.

class ui.components.message_components.LinkMessage(*args, **kwargs)#

Bases: kivymd.uix.card.MDCard

Card class.

For more information, see in the DeclarativeBehavior and MDAdaptiveWidget and ThemableBehavior and BackgroundColorBehavior and RectangularRippleBehavior and CommonElevationBehavior and FocusBehavior and BoxLayout and classes documentation.

class ui.components.message_components.PostMessage(*args, **kwargs)#

Bases: kivymd.uix.card.MDCard

Card class.

For more information, see in the DeclarativeBehavior and MDAdaptiveWidget and ThemableBehavior and BackgroundColorBehavior and RectangularRippleBehavior and CommonElevationBehavior and FocusBehavior and BoxLayout and classes documentation.

class ui.components.message_components.TextMessage(*args, **kwargs)#

Bases: kivymd.uix.card.MDCard

Card class.

For more information, see in the DeclarativeBehavior and MDAdaptiveWidget and ThemableBehavior and BackgroundColorBehavior and RectangularRippleBehavior and CommonElevationBehavior and FocusBehavior and BoxLayout and classes documentation.