diff options
author | 2013-04-17 19:41:09 -0700 | |
---|---|---|
committer | 2013-04-17 19:41:09 -0700 | |
commit | dfc81359417e5025ec380b0cab2065df9d6783f4 (patch) | |
tree | 5e72528e71733215dce49b8b77175a0844f3df63 /java | |
parent | 27dede24a63631cc0d2af7cf11b93f17096dcea8 (diff) | |
parent | 3d6b7431893aa6aa6d0086e44b85f35057c5b87d (diff) | |
download | latinime-dfc81359417e5025ec380b0cab2065df9d6783f4.tar.gz latinime-dfc81359417e5025ec380b0cab2065df9d6783f4.tar.xz latinime-dfc81359417e5025ec380b0cab2065df9d6783f4.zip |
am 3d6b7431: am cd692be1: Merge "Change the default vibration duration to 20msec"
* commit '3d6b7431893aa6aa6d0086e44b85f35057c5b87d':
Change the default vibration duration to 20msec
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/keypress-vibration-durations.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/java/res/values/keypress-vibration-durations.xml b/java/res/values/keypress-vibration-durations.xml index 9b1d5431e..10400be83 100644 --- a/java/res/values/keypress-vibration-durations.xml +++ b/java/res/values/keypress-vibration-durations.xml @@ -18,13 +18,17 @@ */ --> <resources> + <!-- Build.HARDWARE,duration_in_milliseconds --> <string-array name="keypress_vibration_durations" translatable="false"> - <!-- Build.HARDWARE,duration_in_milliseconds --> + <!-- Nexus S --> <item>herring,5</item> + <!-- Galaxy Nexus --> <item>tuna,5</item> + <!-- Nexus 4 --> <item>mako,5</item> + <!-- Nexus 10 --> <item>manta,16</item> <!-- Default value for unknown device --> - <item>DEFAULT,10</item> + <item>DEFAULT,20</item> </string-array> </resources> |