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

Commit 9a0d8a6c authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Update Udfps fingerprint icon size

Let's use manual tweaking for now, and figure out a better
mathematical solution later on.

Bug: 181901786
Test: Presubmit
Change-Id: I91d720d3837fe8cbb17c5f027e855629d4224e21
parent e59fe76c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public abstract class UdfpsAnimation extends Drawable {
    }

    public void onSensorRectUpdated(@NonNull RectF sensorRect) {
        final int margin =  (int) sensorRect.height() / 5;
        final int margin =  (int) sensorRect.height() / 8;

        final Rect bounds = new Rect((int) sensorRect.left + margin,
                (int) sensorRect.top + margin,