huaweikai

Results 8 comments of huaweikai

呜呜呜呜,大佬

只需要将MonetCompatDynamicTheme.kt提取出来,就可以了。 然后我们只需要将我们的activity继承MonetCompatActivity即可。 You just need to extract the MonetCompatDynamicTheme.kt Then we just need to inherit our activity from MonetCompatActivity.

@owenlejeune hey boy.If you still get No static method MonetCompatDynamicTheme With Jetpack Compose, I recommend you write one for the component function in the dependency library, like this. ``` class...

@owenlejeune I guess your Material version is the default for Android Studio ```com.google.android.material:material ``` Because the author is based on material1.5.0-RC01 You can try upgrading the Material version to 1.5.0-RC01

You can take a look at my fork warehouse, I just implemented it briefly, see if it helps you