Fixed
Status Update
Comments
[Deleted User] <[Deleted User]> #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
je...@google.com <je...@google.com>
an...@google.com <an...@google.com> #3
The presentation link doesn't work.
[Deleted User] <[Deleted User]> #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
[Deleted User] <[Deleted User]> #7
Any update on this?
ra...@google.com <ra...@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.
ra...@google.com <ra...@google.com> #9
We have now added focus search support for LazyLists. You can use the DPad to move focus among items in a LazyList
Description
Android Studio Build: Android Studio Arctic Fox | 2020.3.1 Patch 4
Kotlin version: 1.6.0
Steps to Reproduce:
1. Create a LazyColumn and use animateScrollBy on rememberLazyListState().
2. Example composable:
This works as expected with scrollBy, but animateScrollBy does not work.