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

Commit e8709b46 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Reduce dim factor of clock dream

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