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

FAB loses its properties for layout after setting Intermediate to false #125

Closed
DenizUgur opened this issue Sep 14, 2015 · 4 comments
Closed
Labels
Milestone

Comments

@DenizUgur
Copy link

<RelativeLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:id="@+id/fab_container"
    android:layout_alignParentBottom="true"
    android:layout_alignParentLeft="true"
    android:layout_alignParentStart="true">

    <com.github.clans.fab.FloatingActionButton
        android:id="@+id/fab"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_fab_sync"
        fab:fab_size="normal"
        fab:fab_progress_showBackground="false"
        android:layout_gravity="bottom"
        android:layout_alignParentTop="true"
        android:layout_centerInParent="true"
        android:layout_centerHorizontal="true" />
  </RelativeLayout>
@aalap-shah
Copy link

+1

@tuhin10
Copy link

tuhin10 commented Oct 9, 2015

I have the same issue.

@bkhall
Copy link

bkhall commented Nov 4, 2015

+1

Seems that anything that calls through updateButtonPosition() moves the button to upper left corner of the screen.

In my case, every time I hide the progress indicator with hideProgress().

@DenisMondon
Copy link

Does someone have a fix? :)

@Clans Clans added the bug label Apr 7, 2016
@Clans Clans added this to the 1.6.4 milestone Apr 15, 2016
Clans pushed a commit that referenced this issue Apr 15, 2016
@Clans Clans closed this as completed May 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants