mikepenz / AboutLibraries

AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments
http://mikepenz.github.io/AboutLibraries/
Apache License 2.0
3.65k stars 421 forks source link

App theme not showing up for library activity #1021

Open rameshphilips opened 1 month ago

rameshphilips commented 1 month ago

About this issue

I have applied the given custom style like below and I can able see the attached output where search icon and clear icon was in black color. I want it in white color similar to the back arrow. Where i am doing wrong?

Screenshot 2024-09-19 at 10 30 36 AM

output:

Screenshot 2024-09-19 at 10 38 45 AM Screenshot 2024-09-19 at 10 38 52 AM

Details

Checklist

mikepenz commented 3 weeks ago

If I remember correctly you will need these: https://github.com/mikepenz/AboutLibraries/blob/develop/app/src/main/res/values/themes.xml#L15C42-L31

the CAB is a special component and such requires additional theming