summaryrefslogtreecommitdiffstats
path: root/n7000.mk
diff options
context:
space:
mode:
Diffstat (limited to 'n7000.mk')
-rw-r--r--n7000.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/n7000.mk b/n7000.mk
index d16d0fe..bb7a838 100644
--- a/n7000.mk
+++ b/n7000.mk
@@ -22,6 +22,14 @@ LOCAL_PATH := device/samsung/n7000
# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
+# This device is xhdpi.
+PRODUCT_AAPT_CONFIG := normal xhdpi
+PRODUCT_AAPT_PREF_CONFIG := xhdpi
+PRODUCT_LOCALES += xhdpi
+
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.sf.lcd_density=320
+
# Keylayout
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/usr/keylayout/AVRCP.kl:system/usr/keylayout/AVRCP.kl \