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

Commit 464d257d authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed a rebase gone wrong with pageindicator am: 20e84c75

am: f5b74b07

* commit 'f5b74b07':
  Fixed a rebase gone wrong with pageindicator

Change-Id: I566859c5b763c5c3df627602b3fc8ede67b63e84
parents 5e8b603c f5b74b07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ public class PageIndicator extends ViewGroup {
        ImageView second = (ImageView) getChildAt(secondIndex);
        if (first == null || second == null) {
            // may happen during reInflation or other weird cases
            return;
        }
        // Lay the two views on top of each other.
        second.setTranslationX(first.getX() - second.getX());