Fixed
Status Update
Comments
al...@android.com <al...@android.com>
ya...@google.com <ya...@google.com>
al...@android.com <al...@android.com> #2
Hello,
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs
and request features
on Google Cloud products. Please go through
I recommend you to
For now, I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
Thank you!
fa...@gmail.com <fa...@gmail.com> #3
I can still reproduce the issue with support lib v24.1.0 (& 24.1.1)
wr...@gmail.com <wr...@gmail.com> #4
#5 I agree - bug still not fixed
ma...@reaktor.fi <ma...@reaktor.fi> #5
I, too can reproduce this bug with 24.1.1
wr...@gmail.com <wr...@gmail.com> #6
It looks fixed in 24.2.0 (yay!) Thx :)
ne...@gmail.com <ne...@gmail.com> #7
still happens with
com.google.android.material.bottomsheet.BottomSheetBehavior
com.google.android.material:material:1.4.0
com.google.android.material.bottomsheet.BottomSheetBehavior
com.google.android.material:material:1.4.0
ne...@gmail.com <ne...@gmail.com> #8
also happens in v 1.5.0 and 1.6.0-alpha02
Description
- A screenrecord or screenshots showing the issue (if UI related).
Library used: design
Version used: 24.0.0
Theme used: Theme.AppCompat.NoActionBar
Devices/Android versions reproduced on: Android API 19, 21
24.0.0 lib fixed issue with Bottom Sheet dynamic content height (
dynamicContentTextView.setText("Some text shorter or longer from previously content");
sheetBehavior.setState(STATE_EXPANDED);
Expected behavior: BottomSheet should expand to current content height.
Current behavior: BottomSheet expand to old content height.