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.
Field | Description | Type |
---|---|---|
chipBackgroundColor | Defines the background color of the chip. | Int |
chipStrokeColor | Sets the stroke color of the chip. | Int |
chipTextColor | Specifies the text color of the chip. | Int |
chipStrokeWidth | Defines the width of the chip's stroke. | Int |
chipMinHeight | Sets the minimum height for the chip. | Int |
chipStartPadding | Defines the start padding for the chip. | Int |
chipEndPadding | Defines the end padding for the chip. | Int |
chipCornerRadius | Specifies the corner radius of the chip. | Int |
chipTextSize | Defines the size of the chip's text. | Int |
chipIcon | Sets the resource ID for the chip's icon. | Int |
chipIconSize | Defines the size of the chip's icon. | Int |
chipIconTint | Specifies the tint color for the chip's icon. | Int |
View the source code on GitHub.