From dbfc42c61a198db045b778e9113affe1a75025ac Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 19 Jun 2022 01:17:33 -0400 Subject: 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 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3