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

Commit d5619137 authored by Philip Nowell's avatar Philip Nowell
Browse files

Corrects a typo that identified XXXHIGH as 560 dpi instead of 640.

Change-Id: I8b5ac84431d378f0e43be8d19920fd6ba335ebc6
parent 663a52d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ public class DisplayMetrics {

    /**
     * Intermediate density for screens that sit somewhere between
     * {@link #DENSITY_XXHIGH} (480 dpi) and {@link #DENSITY_XXXHIGH} (560 dpi).
     * {@link #DENSITY_XXHIGH} (480 dpi) and {@link #DENSITY_XXXHIGH} (640 dpi).
     * This is not a density that applications should target, instead relying
     * on the system to scale their {@link #DENSITY_XXXHIGH} assets for them.
     */