Xml文件  |  117行  |  4.22 KB

<?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.
*/
-->

<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <!-- Base key style for the key which may have settings key as popup key -->
    <switch>
        <case
            latin:clobberSettingsKey="true"
        >
            <key-style
                latin:styleName="f2PopupStyle"
                latin:backgroundType="functional" />
        </case>
        <default>
            <key-style
                latin:styleName="f2PopupStyle"
                latin:keyLabelOption="hasPopupHint"
                latin:moreKeys="\@icon/3|\@integer/key_settings"
                latin:backgroundType="functional" />
        </default>
    </switch>
    <!-- Functional key styles -->
    <key-style
        latin:styleName="shiftKeyStyle"
        latin:code="@integer/key_shift"
        latin:keyIcon="iconShiftKey"
        latin:keyIconShifted="iconShiftedShiftKey"
        latin:backgroundType="sticky" />
    <key-style
        latin:styleName="deleteKeyStyle"
        latin:code="@integer/key_delete"
        latin:keyIcon="iconDeleteKey"
        latin:backgroundType="functional"
        latin:isRepeatable="true" />
    <key-style
        latin:styleName="returnKeyStyle"
        latin:code="@integer/key_return"
        latin:keyIcon="iconReturnKey"
        latin:backgroundType="functional" />
    <key-style
        latin:styleName="spaceKeyStyle"
        latin:code="@integer/key_space" />
    <key-style
        latin:styleName="nonSpecialBackgroundSpaceKeyStyle"
        latin:code="@integer/key_space" />
    <key-style
        latin:styleName="smileyKeyStyle"
        latin:keyLabel=":-)"
        latin:keyOutputText=":-) "
        latin:keyLabelOption="hasPopupHint"
        latin:moreKeys="@string/more_keys_for_smiley"
        latin:maxMoreKeysColumn="5" />
    <key-style
        latin:styleName="shortcutKeyStyle"
        latin:code="@integer/key_shortcut"
        latin:keyIcon="iconShortcutKey"
        latin:keyIconPreview="iconPreviewShortcutKey"
        latin:parentStyle="f2PopupStyle" />
    <key-style
        latin:styleName="settingsKeyStyle"
        latin:code="@integer/key_settings"
        latin:keyIcon="iconSettingsKey"
        latin:keyIconPreview="iconPreviewSettingsKey"
        latin:backgroundType="functional" />
    <key-style
        latin:styleName="tabKeyStyle"
        latin:code="@integer/key_tab"
        latin:keyIcon="iconTabKey"
        latin:keyIconPreview="iconPreviewTabKey"
        latin:backgroundType="functional" />
    <key-style
        latin:styleName="toSymbolKeyStyle"
        latin:code="@integer/key_switch_alpha_symbol"
        latin:keyLabel="@string/label_to_symbol_key"
        latin:backgroundType="functional" />
    <key-style
        latin:styleName="toAlphaKeyStyle"
        latin:code="@integer/key_switch_alpha_symbol"
        latin:keyLabel="@string/label_to_alpha_key"
        latin:backgroundType="functional" />
    <key-style
        latin:styleName="toMoreSymbolKeyStyle"
        latin:code="@integer/key_shift"
        latin:keyLabel="@string/label_to_more_symbol_for_tablet_key"
        latin:backgroundType="functional" />
    <key-style
        latin:styleName="backFromMoreSymbolKeyStyle"
        latin:code="@integer/key_shift"
        latin:keyLabel="@string/label_to_symbol_key"
        latin:backgroundType="functional" />
    <key-style
        latin:styleName="comKeyStyle"
        latin:keyLabel="@string/keylabel_for_popular_domain"
        latin:keyLabelOption="fontNormal|hasPopupHint"
        latin:keyOutputText="@string/keylabel_for_popular_domain"
        latin:moreKeys="@string/more_keys_for_popular_domain" />
</merge>