cometchat-android-v6-kotlin-theming
Installation
SKILL.md
Companion skills: cometchat-android-v6-compose-theming (Compose equivalent), cometchat-android-v6-kotlin-components, cometchat-android-v6-kotlin-customization
Purpose
Apply and customize the CometChat theme in Kotlin Views — XML theme attributes, programmatic color/font overrides via the CometChatTheme singleton, dark mode support, and per-component style classes.
Use this skill when
- Setting CometChat theme colors via XML attributes or programmatically
- Overriding primary, neutral, alert, or button colors
- Customizing typography and fonts
- Implementing dark mode for Kotlin Views components
- Clearing the theme cache after dynamic theme changes
Do not use this skill when
- Working with Compose theming (use
cometchat-android-v6-compose-theming) - Customizing bubble rendering (use
cometchat-android-v6-kotlin-customization)