You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: