diff options
author | 2012-05-30 19:33:30 +0900 | |
---|---|---|
committer | 2012-05-30 19:33:30 +0900 | |
commit | f4ca178fc746864ad0f6b59ad0393ee5388d28b9 (patch) | |
tree | 45ab94736d45c05c80e08b9c006aeb3aedc7ac0e /java/res/values-sw768dp-land | |
parent | 62cd919dca9ef85cdd045b539b3ef85e921c6e4c (diff) | |
download | latinime-f4ca178fc746864ad0f6b59ad0393ee5388d28b9.tar.gz latinime-f4ca178fc746864ad0f6b59ad0393ee5388d28b9.tar.xz latinime-f4ca178fc746864ad0f6b59ad0393ee5388d28b9.zip |
Cleanup keyboard-heights.xml resources
Change-Id: If33643045ad6ff7ea9fdf3f974564cb40f1db041
Diffstat (limited to 'java/res/values-sw768dp-land')
-rw-r--r-- | java/res/values-sw768dp-land/keyboard-heights.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/java/res/values-sw768dp-land/keyboard-heights.xml b/java/res/values-sw768dp-land/keyboard-heights.xml deleted file mode 100644 index 692c5a0fb..000000000 --- a/java/res/values-sw768dp-land/keyboard-heights.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** -** Copyright 2012, 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. -*/ ---> - -<!-- Preferable keyboard height in absolute scale: 58.0mm --> -<resources> - <!-- Build.HARDWARE,keyboard_height_in_dp --> - <string-array name="keyboard_heights" translatable="false"> - <!-- Xoom --> - <item>stingray,342.1198</item> - </string-array> -</resources> |