From 32dfe05fdd59810bcc0c32fb1f0e323f6be2e7ba Mon Sep 17 00:00:00 2001 From: Rahul Date: Wed, 22 Nov 2017 10:11:27 +0530 Subject: [PATCH] Display: correct resolution --- products/land.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/land.mk b/products/land.mk index 68322e3..1ce6e36 100644 --- a/products/land.mk +++ b/products/land.mk @@ -27,5 +27,5 @@ PRODUCT_GMS_CLIENTID_BASE := android-xiaomi TARGET_VENDOR_PRODUCT_NAME := land # Boot animation -TARGET_SCREEN_HEIGHT := 1920 -TARGET_SCREEN_WIDTH := 1080 +TARGET_SCREEN_HEIGHT := 1280 +TARGET_SCREEN_WIDTH := 720