Skip to content

Commit

Permalink
Set default density to 1.25
Browse files Browse the repository at this point in the history
Lower the default density to avoid ugly visual artifacts.

On Pico and Quest 2, pages and images with very thin lines
cause distortions and Moiré patterns when the density is too high.
Lowering the density eliminates these effects.
  • Loading branch information
felipeerias authored and svillar committed Dec 11, 2023
1 parent affcaad commit 0d50eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ android {
buildConfigField "Boolean", "FXA_USE_CHINA_SERVER", "false"
buildConfigField "String[]", "SPEECH_SERVICES", "{ com.igalia.wolvic.speech.SpeechServices.MEETKAI }"
buildConfigField "Boolean", "SUPPORTS_SYSTEM_NOTIFICATIONS", "false"
buildConfigField "Float", "DEFAULT_DENSITY", "1.5f"
buildConfigField "Float", "DEFAULT_DENSITY", "1.25f"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue 'string', 'HOMEPAGE_URL', "https://wolvic.com/start"
externalNativeBuild {
Expand Down

0 comments on commit 0d50eea

Please sign in to comment.