Fixed
Status Update
Comments
kl...@google.com <kl...@google.com>
ap...@google.com <ap...@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
na...@google.com <na...@google.com> #3
The presentation link doesn't work.
ap...@google.com <ap...@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
na...@google.com <na...@google.com> #7
Any update on this?
Description
If the node making the request shrinks during the animation, it will be scrolled too far. If it grows, it won't be scrolled far enough. It also uses the wrong coordinates if the position of the node changes for some reason other than the BIV animation itself.