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

Commit 759ca16a authored by Isaac Katzenelson's avatar Isaac Katzenelson Committed by Android (Google) Code Review
Browse files

Merge "Reduce dim factor of clock dream" into ics-ub-clock-amazon

parents 9d9ec875 e8709b46
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);
    }