Skip to main content

Widget Documentation: LMFeedEditText

Widget: LMFeedEditText

The LMFeedEditText is a custom EditText widget providing advanced capabilities such as handling focus changes and dynamic keyboard interactions.

MethodDescription
onWindowFocusChanged(hasWindowFocus: Boolean)Handles changes in window focus.
focusAndShowKeyboard()Focuses the EditText and displays the keyboard.
maybeShowKeyboard()Conditionally shows the keyboard based on the current state.

View the code on GitHub

View Style: LMFeedEditTextStyle

The LMFeedEditTextStyle defines the appearance and layout properties for the LMFeedEditText, enabling customization of its text, colors, and elevation.

FieldDescriptionType
inputTextStyleSpecifies the style of the input text.LMFeedTextStyle
hintTextColorDefines the color of the hint text.Int
elevationSets the elevation of the EditText.Int
backgroundColorSpecifies the background color.Int

View the code on GitHub