Change density to 390 dpi and status bar height to 52 dp

Test: manual
Bug: 297514229
Change-Id: I0ee30ad4dd8eb660146e7df97b7d804636c0565b
This commit is contained in:
Mariia Sandrikova 2023-08-21 02:02:37 +01:00
parent 751f90eb49
commit d38af32032
3 changed files with 7 additions and 1 deletions

View file

@ -17,7 +17,7 @@ ifeq (,$(filter %comet23,$(PRODUCT_NAME)))
TARGET_BOARD_INFO_FILE := device/google/comet/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := comet
TARGET_SCREEN_DENSITY := 420
TARGET_SCREEN_DENSITY := 390
BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_COMET := true

View file

@ -20,4 +20,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<dimen name="status_bar_height_default">52dp</dimen>
<dimen name="status_bar_height_portrait">52dp</dimen>
<dimen name="status_bar_height_landscape">52dp</dimen>
</resources>

View file

@ -27,6 +27,8 @@ $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
# Disable modem until b/291009607 is fixed
BOARD_WITHOUT_RADIO := true
DEVICE_PACKAGE_OVERLAYS += device/google/comet/comet/overlay
include device/google/zumapro/device-shipping-common.mk
include device/google/comet/audio/comet/audio-tables.mk
include hardware/google/pixel/vibrator/cs40l26/device.mk