I'm using Jetpack Compose to create my view. I decompiled SamsungMessages and found theming_meta files in its res dictionary, and move it into my own app, but it doesn't work. The color defined in res doesn't turn into the system's current color.
I have checked oneui-compose, but it also doesn't work. I want to know how to implement dynamic colors?