Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Bug: bad animation for showMenuButton and hideMenuButton of FloatingActionMenu #220

@AndroidDeveloperLB

Description

@AndroidDeveloperLB

The icon doesn't stay centered, as the button scales up and down.
Here's how I've checked:

findViewById(R.id.button).setOnClickListener(new OnClickListener() {
@OverRide
public void onClick(final View v) {
if (menu1.isMenuButtonHidden())
menu1.showMenuButton(true);
else menu1.hideMenuButton(true);
}
});

and this is how it looks like:

device-2016-03-01-154618 1

How can I fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions