dre: Enable config_vibrateOnIconAnimation

* Need those sexy vibes.

Change-Id: If5671135879f6f4069d0ed881b41b0a243890349
This commit is contained in:
Dan Pasanen 2019-11-13 21:45:50 -06:00 committed by Albert Tang
parent 6ee40466e6
commit 3bae34ec95

View file

@ -22,4 +22,8 @@
<resources> <resources>
<!-- Respect drawable/rounded.xml intrinsic size for multiple radius corner path customization --> <!-- Respect drawable/rounded.xml intrinsic size for multiple radius corner path customization -->
<bool name="config_roundedCornerMultipleRadius">true</bool> <bool name="config_roundedCornerMultipleRadius">true</bool>
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the
vibrator is capable of subtle vibrations -->
<bool name="config_vibrateOnIconAnimation">true</bool>
</resources> </resources>