You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
120 lines
5.1 KiB
XML
120 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
**
|
|
** Copyright 2007, 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>
|
|
<item type="id" name="background" />
|
|
<item type="id" name="checkbox" />
|
|
<item type="id" name="content" />
|
|
<item type="id" name="empty" />
|
|
<item type="id" name="hint" />
|
|
<item type="id" name="icon" />
|
|
<item type="id" name="icon_badge" />
|
|
<item type="id" name="icon1" />
|
|
<item type="id" name="icon2" />
|
|
<item type="id" name="input" />
|
|
<item type="id" name="left_icon" />
|
|
<item type="id" name="list" />
|
|
<item type="id" name="menu" />
|
|
<item type="id" name="message" />
|
|
<item type="id" name="primary" />
|
|
<item type="id" name="progress" />
|
|
<item type="id" name="right_icon" />
|
|
<item type="id" name="summary" />
|
|
<item type="id" name="selectedIcon" />
|
|
<item type="id" name="tabcontent" />
|
|
<item type="id" name="tabhost" />
|
|
<item type="id" name="tabs" />
|
|
<item type="id" name="text1" />
|
|
<item type="id" name="text2" />
|
|
<item type="id" name="title" />
|
|
<item type="id" name="title_container" />
|
|
<item type="id" name="toggle" />
|
|
<item type="id" name="secondaryProgress" />
|
|
<item type="id" name="lock_screen" />
|
|
<item type="id" name="edit" />
|
|
<item type="id" name="widget_frame" />
|
|
<item type="id" name="button1" />
|
|
<item type="id" name="button2" />
|
|
<item type="id" name="button3" />
|
|
<item type="id" name="extractArea" />
|
|
<item type="id" name="candidatesArea" />
|
|
<item type="id" name="inputArea" />
|
|
<item type="id" name="inputExtractEditText" />
|
|
<item type="id" name="selectAll" />
|
|
<item type="id" name="cut" />
|
|
<item type="id" name="copy" />
|
|
<item type="id" name="paste" />
|
|
<item type="id" name="copyUrl" />
|
|
<item type="id" name="selectTextMode" />
|
|
<item type="id" name="switchInputMethod" />
|
|
<item type="id" name="keyboardView" />
|
|
<item type="id" name="closeButton" />
|
|
<item type="id" name="startSelectingText" />
|
|
<item type="id" name="stopSelectingText" />
|
|
<item type="id" name="addToDictionary" />
|
|
<item type="id" name="accountPreferences" />
|
|
<item type="id" name="smallIcon" />
|
|
<item type="id" name="custom" />
|
|
<item type="id" name="home" />
|
|
<item type="id" name="fillInIntent" />
|
|
<item type="id" name="rowTypeId" />
|
|
<item type="id" name="up" />
|
|
<item type="id" name="action_menu_divider" />
|
|
<item type="id" name="icon_menu_presenter" />
|
|
<item type="id" name="list_menu_presenter" />
|
|
<item type="id" name="action_menu_presenter" />
|
|
<item type="id" name="overflow_menu_presenter" />
|
|
<item type="id" name="popup_submenu_presenter" />
|
|
<item type="id" name="action_bar_spinner" />
|
|
<item type="id" name="current_scene" />
|
|
<item type="id" name="scene_layoutid_cache" />
|
|
<item type="id" name="mask" />
|
|
<item type="id" name="transitionPosition" />
|
|
<item type="id" name="transitionTransform" />
|
|
<item type="id" name="parentMatrix" />
|
|
<item type="id" name="statusBarBackground" />
|
|
<item type="id" name="navigationBarBackground" />
|
|
<item type="id" name="pasteAsPlainText" />
|
|
<item type="id" name="undo" />
|
|
<item type="id" name="redo" />
|
|
<item type="id" name="replaceText" />
|
|
<item type="id" name="shareText" />
|
|
<item type="id" name="floating_toolbar_menu_item_image_button" />
|
|
|
|
<!-- Accessibility action identifier for {@link android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_SHOW_ON_SCREEN}. -->
|
|
<item type="id" name="accessibilityActionShowOnScreen" />
|
|
|
|
<!-- Accessibility action identifier for {@link android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_SCROLL_TO_POSITION}. -->
|
|
<item type="id" name="accessibilityActionScrollToPosition" />
|
|
|
|
<!-- Accessibility action identifier for {@link android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_SCROLL_UP}. -->
|
|
<item type="id" name="accessibilityActionScrollUp" />
|
|
|
|
<!-- Accessibility action identifier for {@link android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_SCROLL_LEFT}. -->
|
|
<item type="id" name="accessibilityActionScrollLeft" />
|
|
|
|
<!-- Accessibility action identifier for {@link android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_SCROLL_DOWN}. -->
|
|
<item type="id" name="accessibilityActionScrollDown" />
|
|
|
|
<!-- Accessibility action identifier for {@link android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_SCROLL_RIGHT}. -->
|
|
<item type="id" name="accessibilityActionScrollRight" />
|
|
|
|
<!-- Accessibility action identifier for {@link android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction#ACTION_CONTEXT_CLICK}. -->
|
|
<item type="id" name="accessibilityActionContextClick" />
|
|
</resources>
|