Garret Yoder

Results 9 comments of Garret Yoder
trafficstars

Why is that a problem? It's very simple to write. Here, I wrote it for you in a simple function. ``` java public void togglePlayState(boolean play) { PlayPauseDrawable pDrawable =...

Remove color primary/primarydark/accent from your theme and leave just text color. Don't re-set values Colorful is already setting.

Ah I see your problem. Remove the parent item. When you're merging a style don't use a parent theme because then you will override all the values Colorful just set.

Hmm. This seems like just weirdness with Android's style engine. What happens if you use a custom base theme instead of a override? Note you'll need a parent theme to...

I've been very busy and haven't gotten time to test this yet, but I plan on testing if I can reproduce this tonight.

Could you be more specific on which guidelines are being broken?

I'm in agreement too that it looks good. Should be able to do most of it through xml as well.

I'm looking at https://github.com/Kamel-Media/Kamel/blob/main/kamel-core/src/commonJvmMain/kotlin/io/kamel/core/mapper/JvmMappers.kt as an example and that just looks like the translation of the URL, but no ability to do some background processing when the image does not...