zippo: Adapt for UDFPS animations

This commit is contained in:
chematelegram
2022-01-17 11:41:42 +01:00
parent 0b73fc5fc0
commit f9cc4fcf5c
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
$(call inherit-product, device/lenovo/zippo/device.mk)
# Inherit some common EvolutionX stuff.
EXTRA_FOD_ANIMATIONS := true
EXTRA_UDFPS_ANIMATIONS := true
TARGET_BOOT_ANIMATION_RES := 1080
WITH_GAPPS := true
$(call inherit-product, vendor/evolution/config/common_full_phone.mk)

View File

@@ -21,4 +21,7 @@
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">1dp</dimen>
<!-- Recognizing fingerprint animation -->
<dimen name="udfps_animation_offset">6dp</dimen>
</resources>