Hendra Anggrian

Results 114 comments of Hendra Anggrian

I am against using `Number` as input since only `Int` and `Float` are the common types representing dimensions in Android. > This wouldn't work with multiple displays (virtual or physical)....

I'm liking `toBytes`, but it really should be `toByteArray`. Also, I'm not sure if JPG shoud be the default format over PNG. And maybe use `IntRange` annotation in param `quality`.

Hi @giaur500, welcome to GitHub! You're right, it isn't customizable at this moment. I'll add this feature in coming days (if not weeks). In the meantime, you might want to...

> @hendraanggrian could you have a look at @baole's PR please 🙏 I will tonight. I'm sorry I wasn't here more often, I truly am.

It's taking longer than what was expected because I intend to release every major material versions. I have published non-snapshot version 1.1.0, now I'm working on 1.2.0.

I'm sorry to disappoint, but growing the version incrementally allows me to implement features it is supposed to inherit. Like for instance with version 1.2.0, multilining title and subtitle now...

Version `1.5.0-SNAPSHOT` has been released. I will also publish the release version soon. I'll be glad if you guys can try it first and see what am I missing in...

Version 1.5.0 has been released with everything working but Material You styling. By the time I realized it was missing, the package has already been published. If you use `Theme.Material3`...

@IDMCI I find this rather odd since `TextAppearance#getTextColor()` is present in material `1.5.0` and `1.6.0`. It is called in `CollapsingTextHelper`, and therefore `CollapsingTextHelper2` too. Can you state material version you...

Though possible, I am reluctant to include this feature because `CollapsingToolbarLayout` also does not have `collapsedTitleMargin`.