Bug P2
Status Update
Comments
ma...@google.com <ma...@google.com> #2
I proposed this which I think it is better than the actual behavior, and could let the developers work with more room to be creative.
https://code.google.com/p/android/issues/detail?id=58318
ch...@google.com <ch...@google.com> #3
The presentation link doesn't work.
ma...@google.com <ma...@google.com> #4
In Custom Notification Layouts section of the Notification API Guides, it states: "The height available for a custom notification layout depends on the notification view. Normal view layouts are limited to 64 dp, and expanded view layouts are limited to 256 dp". I guess it means the width is 512 dp and the height is 256 dp (if following the 2:1 aspect ratio)?
http://developer.android.com/guide/topics/ui/notifiers/notifications.html#CustomNotification
kl...@google.com <kl...@google.com> #7
Any update on this?
kl...@google.com <kl...@google.com> #8
Thank you for your feedback. We assure you that we are doing our best to address all issues reported. For now, we will be closing the issue as won't fix obsolete. If this issue currently still exists, we request that you log a new issue along with the bug report here https://goo.gl/TbMiIO and reference this bug for context.
Description
The window's default
windowSoftInputMode
is based on the heuristic of whether there's a scroll container in the hierarchy, or not.AndroidComposeView
should set theView.setScrollContainer()
flag as appropriate to allow the system to automatically use the correct value: i.e.adjustResize
when there's a scrolling container.