clover: config: Adjust AAPT Config for Tablet usage
This commit is contained in:
parent
9f3626aba1
commit
cfa664e7ff
1 changed files with 3 additions and 3 deletions
|
@ -112,9 +112,9 @@ PRODUCT_PACKAGES += \
|
||||||
init.target.rc \
|
init.target.rc \
|
||||||
ueventd.qcom.rc
|
ueventd.qcom.rc
|
||||||
|
|
||||||
# Device is a Tablet
|
# Screen density
|
||||||
PRODUCT_AAPT_CONFIG := normal large
|
PRODUCT_AAPT_CONFIG := large
|
||||||
PRODUCT_AAPT_PREF_CONFIG := hdpi
|
PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
||||||
|
|
||||||
# Boot animation
|
# Boot animation
|
||||||
TARGET_SCREEN_HEIGHT := 1920
|
TARGET_SCREEN_HEIGHT := 1920
|
||||||
|
|
Loading…
Reference in a new issue