Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c36ed4c authored by Mohit Mali's avatar Mohit Mali
Browse files

Polishing app center dialer pad floating button in all views

parent 1dbb732b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ public class FloatingActionButtonController {
  public void onPageScrolled(float positionOffset) {
    // As the page is scrolling, if we're on the first tab, update the FAB position so it
    // moves along with it.
    fab.setTranslationX(positionOffset * getTranslationXForAlignment(ALIGN_END));
    fab.setTranslationX(positionOffset * getTranslationXForAlignment(ALIGN_MIDDLE));
  }

  /**