2012-03-21 09:17:21 +00:00
|
|
|
<?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.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
2013-05-13 09:16:15 +00:00
|
|
|
<!-- Build condition,keyboard_height_in_dp -->
|
2012-03-21 09:17:21 +00:00
|
|
|
<string-array name="keyboard_heights" translatable="false">
|
2012-05-30 10:33:30 +00:00
|
|
|
<!-- Preferable keyboard height in absolute scale: 1.100in -->
|
2012-03-21 09:17:21 +00:00
|
|
|
<!-- Droid -->
|
2013-05-13 09:16:15 +00:00
|
|
|
<item>HARDWARE=sholes,194.3333</item>
|
2012-03-21 09:17:21 +00:00
|
|
|
<!-- Nexus One -->
|
2013-05-13 09:16:15 +00:00
|
|
|
<item>HARDWARE=mahimahi,186.2667</item>
|
2012-03-21 09:17:21 +00:00
|
|
|
<!-- Nexus S -->
|
2013-05-13 09:16:15 +00:00
|
|
|
<item>HARDWARE=herring,171.9385</item>
|
2012-03-21 09:17:21 +00:00
|
|
|
<!-- Galaxy Nexus -->
|
2013-05-13 09:16:15 +00:00
|
|
|
<item>HARDWARE=tuna,173.4207</item>
|
2012-05-30 10:33:30 +00:00
|
|
|
<!-- Preferable keyboard height in absolute scale: 45.0mm -->
|
|
|
|
<!-- Xoom -->
|
2013-05-13 09:16:15 +00:00
|
|
|
<item>HARDWARE=stingray,265.4378</item>
|
2012-03-21 09:17:21 +00:00
|
|
|
</string-array>
|
|
|
|
</resources>
|