summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2022-06-19 01:17:33 -0400
committerTom Marshall <tdm.code@gmail.com>2022-07-11 14:02:39 -0700
commitdbfc42c61a198db045b778e9113affe1a75025ac (patch)
treee2fe5630ce1af0639ce9ae74806ca7dd28f8d581
parentae6a4a3c7fa30888d3ab2b3ab6c581f0ab4925c3 (diff)
pro1: Slightly increase density
* Most devices at this resolution and general size are going to 420 to match the UI element size that Google seems to be going for on Pixels. * Motorola sdm660/sdm632, Nokia 660 both went this route. * Feels like a nice median. Change-Id: I0eea1759518bc1d8e5f751646cf6a8fc3a240c3c
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 8f82002..2d56fe1 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -95,7 +95,7 @@ USE_CUSTOM_AUDIO_POLICY := 1
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include
# Display
-TARGET_SCREEN_DENSITY := 400
+TARGET_SCREEN_DENSITY := 420
TARGET_USES_HWC2 := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_ION := true