material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

[FloatingActionButton] FAB does not move smoothly when SnackBar appears

Open Sanusy opened this issue 5 years ago • 5 comments

Description: FloatingActionButton twitches when SnackBar appears. untitled

Expected behavior: Expected smoothly moving FAB. 2

Source code: FloatingActionButton fab = findViewById(R.id.fab); fab.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Snackbar.make(view, "Replace with your own action", Snackbar.LENGTH_LONG) .setAction("Action", null).show(); } });

Android API version: Android API 23 and 24

Material Library version: 1.1.0

Device: Nexus 5X and Samsung J7

Sanusy avatar Feb 19 '20 10:02 Sanusy

Same issue. KT Navigation Drawer Project Template. Current Kotlin plugin Version 1.3.70-release-Studio3.5-1.

syntakks avatar Mar 13 '20 15:03 syntakks

Can reproduce on the latest 1.2.0-alpha06. Trying out older versions of the library suggests this bug was introduced in 1.1.0-alpha10. The bug is not present in 1.1.0-alpha09.

apsun avatar Apr 20 '20 04:04 apsun

I still have this issue with Materiel library version 1.3.0-alpha03

codinginflow avatar Nov 05 '20 11:11 codinginflow

Issue still persists in 1.4.0-alpha02

Piyush7890 avatar Apr 29 '21 11:04 Piyush7890

com.google.android.material:material:1.5.0-alpha01 问题仍在

Hovn avatar Jul 17 '22 06:07 Hovn

issue persists in 1.8.0-beta01

jefflongo avatar Jan 01 '23 19:01 jefflongo