46 lines
2.0 KiB
XML
46 lines
2.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
Copyright (C) 2020 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="action_pip_resize" />
|
||
|
<item type="id" name="action_pip_stash" />
|
||
|
<item type="id" name="action_pip_unstash" />
|
||
|
|
||
|
<!-- Accessibility actions for the docked stack divider -->
|
||
|
<item type="id" name="action_move_tl_full" />
|
||
|
<item type="id" name="action_move_tl_70" />
|
||
|
<item type="id" name="action_move_tl_50" />
|
||
|
<item type="id" name="action_move_tl_30" />
|
||
|
<item type="id" name="action_move_rb_full" />
|
||
|
|
||
|
<!-- For saving PhysicsAnimationLayout animations/animators as view tags. -->
|
||
|
<item type="id" name="translation_x_dynamicanimation_tag"/>
|
||
|
<item type="id" name="translation_y_dynamicanimation_tag"/>
|
||
|
<item type="id" name="translation_z_dynamicanimation_tag"/>
|
||
|
<item type="id" name="alpha_dynamicanimation_tag"/>
|
||
|
<item type="id" name="scale_x_dynamicanimation_tag"/>
|
||
|
<item type="id" name="scale_y_dynamicanimation_tag"/>
|
||
|
<item type="id" name="physics_animator_tag"/>
|
||
|
<item type="id" name="target_animator_tag" />
|
||
|
<item type="id" name="reorder_animator_tag"/>
|
||
|
|
||
|
<!-- Accessibility actions for bubbles. -->
|
||
|
<item type="id" name="action_move_top_left"/>
|
||
|
<item type="id" name="action_move_top_right"/>
|
||
|
<item type="id" name="action_move_bottom_left"/>
|
||
|
<item type="id" name="action_move_bottom_right"/>
|
||
|
</resources>
|