diff options
| author | Alexander Winkowski <dereference23@outlook.com> | 2022-03-10 20:32:00 -0300 | 
|---|---|---|
| committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:30:23 +0530 | 
| commit | 880e783e5be7b570f6edd7a85652265f1e1c0bbf (patch) | |
| tree | 994ec31e9341c793b20b2e4fcdc49e85843d7a69 | |
| parent | 123a2668b78fa946a0b4e55317fa11f3170e8749 (diff) | |
veux: 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
| -rw-r--r-- | device.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -129,7 +129,7 @@ PRODUCT_PACKAGES += \  # Device Uses High-Density Artwork Where Available  PRODUCT_AAPT_CONFIG := normal -PRODUCT_AAPT_PREF_CONFIG := xhdpi +PRODUCT_AAPT_PREF_CONFIG := xxhdpi  # Display  PRODUCT_PACKAGES += \ | 
