49 lines
2.1 KiB
XML
49 lines
2.1 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>
|
|
<!-- The dimensions to user for picture-in-picture action buttons. -->
|
|
<dimen name="pip_menu_button_size">48dp</dimen>
|
|
<dimen name="pip_menu_button_radius">20dp</dimen>
|
|
<dimen name="pip_menu_icon_size">20dp</dimen>
|
|
<dimen name="pip_menu_button_margin">4dp</dimen>
|
|
<dimen name="pip_menu_button_wrapper_margin">26dp</dimen>
|
|
<dimen name="pip_menu_border_width">4dp</dimen>
|
|
<integer name="pip_menu_fade_animation_duration">500</integer>
|
|
<!-- The pip menu front border corner radius is 2dp smaller than
|
|
the background corner radius to hide the background from
|
|
showing through. -->
|
|
<dimen name="pip_menu_border_corner_radius">4dp</dimen>
|
|
<dimen name="pip_menu_background_corner_radius">6dp</dimen>
|
|
<dimen name="pip_menu_outer_space">24dp</dimen>
|
|
|
|
<!-- outer space minus border width -->
|
|
<dimen name="pip_menu_outer_space_frame">20dp</dimen>
|
|
|
|
<dimen name="pip_menu_arrow_size">24dp</dimen>
|
|
<dimen name="pip_menu_arrow_elevation">5dp</dimen>
|
|
|
|
<dimen name="pip_menu_elevation">1dp</dimen>
|
|
|
|
<dimen name="pip_menu_edu_text_view_height">24dp</dimen>
|
|
<dimen name="pip_menu_edu_text_home_icon">9sp</dimen>
|
|
<dimen name="pip_menu_edu_text_home_icon_outline">14sp</dimen>
|
|
<integer name="pip_edu_text_show_duration_ms">10500</integer>
|
|
<integer name="pip_edu_text_window_exit_animation_duration_ms">1000</integer>
|
|
<integer name="pip_edu_text_view_exit_animation_duration_ms">300</integer>
|
|
</resources>
|
|
|