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

Commit ef878669 authored by Michael Kolb's avatar Michael Kolb
Browse files

Fix indicator layout

  Bug: 8754592

Use the correct anchor for layout

Change-Id: Idc408da48dd3066a8dabdd8f4f2c553b54d0dffd
parent 9e5b0799
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ public class CameraControls extends RotatableLayout {
        case 90:
            // phone landscape: above anchor on right
            result.right = r - lp.rightMargin;
            result.left = result.right - tw + lp.leftMargin;
            result.left = r - tw + lp.leftMargin;
            result.bottom = anchor.top - lp.bottomMargin;
            result.top = anchor.top - th + lp.topMargin;
            break;