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

Commit f03b63d7 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Enlarge UDFPS enrollment progress bar

Bug: 187460696
Test: manual
Change-Id: Ic7eaddc4951f84cde5ce6e31fcc2fb1bf57c15d7
parent c9300c80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ import com.android.systemui.R;
public class UdfpsEnrollDrawable extends UdfpsDrawable {
    private static final String TAG = "UdfpsAnimationEnroll";

    static final float PROGRESS_BAR_RADIUS = 180.f;
    static final float PROGRESS_BAR_RADIUS = 360.f;

    @NonNull private final Drawable mMovingTargetFpIcon;
    @NonNull private final Paint mSensorOutlinePaint;