diff --git a/full_leo.mk b/full_leo.mk
index b58be45..a17336b 100644
--- a/full_leo.mk
+++ b/full_leo.mk
@@ -25,7 +25,7 @@ $(call inherit-product, device/htc/leo/leo_eu.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Leo uses high-density artwork where available
-PRODUCT_LOCALES += hdpi
+PRODUCT_LOCALES += mdpi
# Discard inherited values and use our own instead.
PRODUCT_NAME := full_leo
diff --git a/leo.mk b/leo.mk
index d9a3ba6..c5e9b28 100644
--- a/leo.mk
+++ b/leo.mk
@@ -35,7 +35,7 @@ PRODUCT_LOCALES := en
# General properties
PRODUCT_PROPERTY_OVERRIDES += \
- ro.sf.lcd_density=240 \
+ ro.sf.lcd_density=160 \
ro.ril.ecc.HTC-ELL=92,93,94 \
ro.ril.ecc.HTC-WWE=999 \
ro.ril.enable.a52.HTC-ITA=1 \
@@ -161,8 +161,8 @@ PRODUCT_PACKAGES += \
ADDITIONAL_DEFAULT_PROPERTIES += persist.sys.strictmode.disable=true
# leo uses high-density artwork where available
-PRODUCT_AAPT_CONFIG := normal hdpi
-PRODUCT_AAPT_PREF_CONFIG := hdpi
+PRODUCT_AAPT_CONFIG := normal mdpi
+PRODUCT_AAPT_PREF_CONFIG := mdpi
PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.hw=1 \
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 780edf6..ce8ee0f 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -32,7 +32,7 @@
alpha compositing functionality in hardware. If set, the window
manager will disable alpha trasformation in animations where not
strictly needed. -->
- true
+ false