We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dee0d commit 6c4def5Copy full SHA for 6c4def5
components/resources/library/src/commonMain/kotlin/org/jetbrains/compose/resources/Qualifier.kt
@@ -41,7 +41,7 @@ enum class DensityQualifier(val dpi: Int) : Qualifier {
41
fun selectByDensity(density: Float) = when {
42
density <= 0.75 -> LDPI
43
density <= 1.0 -> MDPI
44
- density <= 1.33 -> HDPI
+ density <= 1.5 -> HDPI
45
density <= 2.0 -> XHDPI
46
density <= 3.0 -> XXHDPI
47
else -> XXXHDPI
0 commit comments