Obsolete
Status Update
Comments
ma...@gmail.com <ma...@gmail.com> #2
noticed that if I leave dataStudio.authType out of the manifest altogether it works just fine... this is still a bug and clearly incorrect behavior, but at least there's a workaround.
hs...@gmail.com <hs...@gmail.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
jo...@google.com <jo...@google.com>
lo...@google.com <lo...@google.com>
[Deleted User] <[Deleted User]> #7
Any update on this?
sa...@google.com <sa...@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
What i recommended size of this Bitmap?
According slides from Google IO
It should be image with 450dp width and 2:1 aspect ration (see slide 52)
I think that this should be directly in JavaDoc a recommendation.