146 lines
5.5 KiB
XML
146 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
**
|
|
** Copyright 2010, 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"
|
|
>
|
|
<switch>
|
|
<case
|
|
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
>
|
|
<key-style
|
|
latin:styleName="hasShiftedLetterHintStyle"
|
|
latin:keyLabelFlags="hasShiftedLetterHint|shiftedLetterActivated" />
|
|
</case>
|
|
<default>
|
|
<key-style
|
|
latin:styleName="hasShiftedLetterHintStyle"
|
|
latin:keyLabelFlags="hasShiftedLetterHint" />
|
|
</default>
|
|
</switch>
|
|
<switch>
|
|
<case
|
|
latin:keyboardSetElement="alphabetManualShifted|alphabetAutomaticShifted"
|
|
>
|
|
<key-style
|
|
latin:styleName="shiftKeyStyle"
|
|
latin:code="@integer/key_shift"
|
|
latin:keyIcon="iconShiftKeyShifted"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="stickyOff" />
|
|
</case>
|
|
<case
|
|
latin:keyboardSetElement="alphabetShiftLocked|alphabetShiftLockShifted"
|
|
>
|
|
<key-style
|
|
latin:styleName="shiftKeyStyle"
|
|
latin:code="@integer/key_shift"
|
|
latin:keyIcon="iconShiftKeyShifted"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="stickyOn" />
|
|
</case>
|
|
<default>
|
|
<key-style
|
|
latin:styleName="shiftKeyStyle"
|
|
latin:code="@integer/key_shift"
|
|
latin:keyIcon="iconShiftKey"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="stickyOff" />
|
|
</default>
|
|
</switch>
|
|
<key-style
|
|
latin:styleName="deleteKeyStyle"
|
|
latin:code="@integer/key_delete"
|
|
latin:keyIcon="iconDeleteKey"
|
|
latin:keyActionFlags="isRepeatable|noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<include
|
|
latin:keyboardLayout="@xml/key_styles_enter_tablet" />
|
|
<key-style
|
|
latin:styleName="spaceKeyStyle"
|
|
latin:code="@integer/key_space"
|
|
latin:keyActionFlags="noKeyPreview" />
|
|
<key-style
|
|
latin:styleName="nonSpecialBackgroundSpaceKeyStyle"
|
|
latin:code="@integer/key_space"
|
|
latin:keyActionFlags="noKeyPreview" />
|
|
<key-style
|
|
latin:styleName="smileyKeyStyle"
|
|
latin:keyLabel=":-)"
|
|
latin:keyOutputText=":-) "
|
|
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
|
latin:moreKeys="@string/more_keys_for_smiley"
|
|
latin:maxMoreKeysColumn="5" />
|
|
<key-style
|
|
latin:styleName="shortcutKeyStyle"
|
|
latin:code="@integer/key_shortcut"
|
|
latin:keyIcon="iconShortcutKey"
|
|
latin:keyIconDisabled="iconDisabledShortcutKey"
|
|
latin:keyLabelFlags="preserveCase"
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="settingsKeyStyle"
|
|
latin:code="@integer/key_settings"
|
|
latin:keyIcon="iconSettingsKey"
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="tabKeyStyle"
|
|
latin:code="@integer/key_tab"
|
|
latin:keyLabel="@string/label_tab_key"
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="toSymbolKeyStyle"
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
|
latin:keyLabel="@string/label_to_symbol_key"
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="toAlphaKeyStyle"
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
|
latin:keyLabel="@string/label_to_alpha_key"
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="toMoreSymbolKeyStyle"
|
|
latin:code="@integer/key_shift"
|
|
latin:keyLabel="@string/label_to_more_symbol_for_tablet_key"
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="backFromMoreSymbolKeyStyle"
|
|
latin:code="@integer/key_shift"
|
|
latin:keyLabel="@string/label_to_symbol_key"
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="comKeyStyle"
|
|
latin:keyLabel="@string/keylabel_for_popular_domain"
|
|
latin:keyLabelFlags="fontNormal|hasPopupHint|preserveCase"
|
|
latin:keyOutputText="@string/keylabel_for_popular_domain"
|
|
latin:moreKeys="@string/more_keys_for_popular_domain" />
|
|
</merge>
|