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

Commit 4b4c36c4 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Make clock dream dimmer

Bug: 7314808

Change-Id: I4a0895cfc82af761dbc3abe2dbbd13019f58fa68
parent 25ee07c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -396,7 +396,7 @@ public class Utils {
        Paint paint = new Paint();
        paint.setColor(Color.WHITE);
        paint.setColorFilter(new PorterDuffColorFilter(
                        (dim ? 0x60FFFFFF : 0xC0FFFFFF),
                        (dim ? 0x20FFFFFF : 0xC0FFFFFF),
                PorterDuff.Mode.MULTIPLY));
        clockView.setLayerType(View.LAYER_TYPE_HARDWARE, paint);
    }