https://github.com/numeroanddev/extendedfabissueexample-android
https://github.com/numeroanddev/extendedfabissueexample-android
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/numeroanddev/extendedfabissueexample-android
- Owner: NUmeroAndDev
- License: mit
- Created: 2019-12-27T02:45:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T08:51:55.000Z (over 5 years ago)
- Last Synced: 2025-02-17T08:22:30.331Z (4 months ago)
- Language: Kotlin
- Size: 4.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExtendedFAB's issue example
- Android Studio 3.5.3
- material-component 1.1.0-rc01## This is bug?
When scrolling upward by linking CollapsingToolbar and ExtendedFAB, ExtendedFAB moves down for a moment.
- Happens when device is in landscape orientation.
- Happens when the content view is RecyclerView.
Does not happen when using NestedScrollView.
- Happens only for ExtendedFAB.
Does not happen in FAB.## Screen
![]()