Skip to main content

Widget Documentation: LMFeedChip

Widget: LMFeedChip

LMFeedChip is a customizable chip widget designed for use in Android applications. It allows developers to create interactive and visually appealing chips with flexible styling options.

View the source code on GitHub.


View Style: LMFeedChipStyle

LMFeedChipStyle provides a wide range of customization options for styling the LMFeedChip. Developers can define properties such as background color, stroke color, text size, and more.

FieldDescriptionType
chipBackgroundColorDefines the background color of the chip.Int
chipStrokeColorSets the stroke color of the chip.Int
chipTextColorSpecifies the text color of the chip.Int
chipStrokeWidthDefines the width of the chip's stroke.Int
chipMinHeightSets the minimum height for the chip.Int
chipStartPaddingDefines the start padding for the chip.Int
chipEndPaddingDefines the end padding for the chip.Int
chipCornerRadiusSpecifies the corner radius of the chip.Int
chipTextSizeDefines the size of the chip's text.Int
chipIconSets the resource ID for the chip's icon.Int
chipIconSizeDefines the size of the chip's icon.Int
chipIconTintSpecifies the tint color for the chip's icon.Int

View the source code on GitHub.