mirror of
https://github.com/LineageOS/android_device_xiaomi_grus.git
synced 2025-02-16 17:25:58 +00:00
grus: Fix AAPT config
According to AOSP docs [1] apps should use xxhdpi resources for 440 dpi density. [1] https://developer.android.com/reference/android/util/DisplayMetrics#DENSITY_440 Change-Id: Ib591e11a93b9814fabf772136096bde69e202e77
This commit is contained in:
parent
21ae71d331
commit
f167604c09
@ -12,7 +12,7 @@ $(call inherit-product, device/xiaomi/sdm710-common/sdm710.mk)
|
|||||||
|
|
||||||
# AAPT
|
# AAPT
|
||||||
PRODUCT_AAPT_CONFIG := normal
|
PRODUCT_AAPT_CONFIG := normal
|
||||||
PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||||
|
|
||||||
# Audio configs
|
# Audio configs
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user