-
Notifications
You must be signed in to change notification settings - Fork 42
Improvements in Insetter #16
Comments
Thanks! The first is now done and will be out in v0.2.0. We now have: I need to think more about the second and third option request. I've split this out into #23 for now. |
Hi @chrisbanes. Thanks for insetter library. I've just tested your |
@ramanbranavitski this is a better question for StackOverflow, or a similar forum. It's not specific to Insetter. |
Hm, it's strange that library function breaks another built in Android functionality. But anyway thanks for reply. |
Just because a library calls a framework API, doesn't mean it's responsible for any bugs or behavior changes in that underlying framework. |
That's also true. Thanks one more time. |
Also it would be nice make constructors in ViewState and ViewDimensions public to allow usage in customs options, like where need return consumed or modified insets.
And also it would be nice provide opportunities to return modified insets, like this usecase:
https://github.com/google/iosched/blob/4054aa3f8934b8b1208d5823fdbf531a8eb367af/mobile/src/main/java/com/google/samples/apps/iosched/ui/MainActivity.kt#L154
The text was updated successfully, but these errors were encountered: