dre: Enable config_vibrateOnIconAnimation
* Need those sexy vibes. Change-Id: If5671135879f6f4069d0ed881b41b0a243890349
This commit is contained in:
parent
6ee40466e6
commit
3bae34ec95
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue