diff options
author | 2011-09-19 14:51:31 +0900 | |
---|---|---|
committer | 2011-09-20 11:23:30 +0900 | |
commit | 28f36d68afe8d323d1032d0e03fe3013449e21fe (patch) | |
tree | e62fb770c92e4291db2787970a9d63ca592f17b6 /java/res | |
parent | a35ea4cba88868a8c45b4d132d0c49b128f76927 (diff) | |
download | latinime-28f36d68afe8d323d1032d0e03fe3013449e21fe.tar.gz latinime-28f36d68afe8d323d1032d0e03fe3013449e21fe.tar.xz latinime-28f36d68afe8d323d1032d0e03fe3013449e21fe.zip |
Tweak LatinIME's keypress vibration duration
bug: 5337363
Change-Id: If6e6de587cbcddf26710d8f0b237c4bc393589b6
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/keypress-vibration-durations.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/java/res/values/keypress-vibration-durations.xml b/java/res/values/keypress-vibration-durations.xml new file mode 100644 index 000000000..d50986629 --- /dev/null +++ b/java/res/values/keypress-vibration-durations.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2011, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<resources> + <string-array name="keypress_vibration_durations" translatable="false"> + <!-- Build.HARDWARE,duration_in_milliseconds --> + <item>herring,4</item> + <item>tuna,5</item> + </string-array> +</resources> |