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 want to overwrite the textColorPrimary color to red. When I change the color, the textColorPrimary in the Android Studio preview is red (the correct effect), but the effect of running the display is black, and the color of textColorPrimary has not changed. This problem also exists in the Colorful library. How can I fix this problem?
The text was updated successfully, but these errors were encountered:
If the theme has been modified, Cyanea will call setTheme with a Cyanea based style in Activity#onCreate. Unfortunately this will modify current styles that you might have set.
I will need to come up with a better alternative, but for now, you will have to create 4 styles and override getThemeResId in your activity. This way, you can specify which style Cyanea should use.
I want to overwrite the textColorPrimary color to red. When I change the color, the textColorPrimary in the Android Studio preview is red (the correct effect), but the effect of running the display is black, and the color of textColorPrimary has not changed. This problem also exists in the Colorful library. How can I fix this problem?
The text was updated successfully, but these errors were encountered: