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.

Issue with android:scaleType="center" property #165

@nychavo

Description

@nychavo

The Floating Action button does not get displayed whenever i set the scaleType properties in the XML lyaout file:

android:scaleType="center"

This is the entire object xml definition:

    <com.github.clans.fab.FloatingActionButton
        android:id="@+id/fbNowPlaying"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom|right"
        android:layout_marginBottom="8dp"
        android:scaleType="center"
        android:layout_marginRight="8dp"
        fab:fab_showAnimation="@anim/show_from_bottom"
        fab:fab_hideAnimation="@anim/hide_to_bottom"
        app:fab_progress_color="#ffc710"
        />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions