diff options
Diffstat (limited to 'p31xx-common.mk')
-rwxr-xr-x | p31xx-common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p31xx-common.mk b/p31xx-common.mk index 9c176b0..9a89b75 100755 --- a/p31xx-common.mk +++ b/p31xx-common.mk @@ -23,9 +23,9 @@ $(call inherit-product, device/common/gps/gps_us_supl.mk) LOCAL_PATH := device/samsung/p3100 -# This device is hdpi. -PRODUCT_AAPT_CONFIG := normal hdpi -PRODUCT_AAPT_PREF_CONFIG := hdpi +# This device is mdpi. +PRODUCT_AAPT_CONFIG := large mdpi +PRODUCT_AAPT_PREF_CONFIG := mdpi PRODUCT_LOCALES += hdpi # Init files |