1<?xml version="1.0" encoding="utf-8"?>
2<!--
3    Copyright (C) 2020 The Android Open Source Project
4
5    Licensed under the Apache License, Version 2.0 (the "License");
6    you may not use this file except in compliance with the License.
7    You may obtain a copy of the License at
8
9         http://www.apache.org/licenses/LICENSE-2.0
10
11    Unless required by applicable law or agreed to in writing, software
12    distributed under the License is distributed on an "AS IS" BASIS,
13    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14    See the License for the specific language governing permissions and
15    limitations under the License.
16-->
17<resources>
18    <!-- The dimensions to use for tv window menu action buttons. -->
19    <dimen name="tv_window_menu_button_size">48dp</dimen>
20    <dimen name="tv_window_menu_button_radius">20dp</dimen>
21    <dimen name="tv_window_menu_icon_size">20dp</dimen>
22    <dimen name="tv_window_menu_button_margin">4dp</dimen>
23    <integer name="tv_window_menu_fade_animation_duration">500</integer>
24    <!-- The pip menu front border corner radius is 2dp smaller than
25        the background corner radius to hide the background from
26        showing through. -->
27    <dimen name="pip_menu_border_corner_radius">4dp</dimen>
28    <dimen name="pip_menu_background_corner_radius">6dp</dimen>
29    <dimen name="pip_menu_border_width">4dp</dimen>
30    <dimen name="pip_menu_outer_space">24dp</dimen>
31    <dimen name="pip_menu_button_start_end_offset">30dp</dimen>
32
33    <!-- outer space minus border width -->
34    <dimen name="pip_menu_outer_space_frame">20dp</dimen>
35
36    <dimen name="pip_menu_arrow_size">12dp</dimen>
37    <dimen name="pip_menu_arrow_elevation">1dp</dimen>
38
39    <dimen name="pip_menu_elevation_no_menu">1dp</dimen>
40    <dimen name="pip_menu_elevation_move_menu">7dp</dimen>
41    <dimen name="pip_menu_elevation_all_actions_menu">4dp</dimen>
42
43    <dimen name="pip_menu_edu_text_view_height">24dp</dimen>
44    <dimen name="pip_menu_edu_text_home_icon">9sp</dimen>
45    <dimen name="pip_menu_edu_text_home_icon_outline">14sp</dimen>
46    <integer name="pip_edu_text_scroll_times">2</integer>
47    <integer name="pip_edu_text_non_scroll_show_duration">10500</integer>
48    <integer name="pip_edu_text_start_scroll_delay">2000</integer>
49    <integer name="pip_edu_text_window_exit_animation_duration">1000</integer>
50    <integer name="pip_edu_text_view_exit_animation_duration">300</integer>
51</resources>
52
53