1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4 * Copyright 2016, The Android Open Source Project 5 * 6 * Licensed under the Apache License, Version 2.0 (the "License"); 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at 9 * 10 * http://www.apache.org/licenses/LICENSE-2.0 11 * 12 * Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an "AS IS" BASIS, 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 * See the License for the specific language governing permissions and 16 * limitations under the License. 17 */ 18--> 19<resources> 20 <!-- Dimens for recents card in the recents view on tv --> 21 <dimen name="recents_tv_card_width">240dip</dimen> 22 <dimen name="recents_tv_screenshot_height">135dip</dimen> 23 <dimen name="recents_tv_card_extra_badge_size">20dip</dimen> 24 <dimen name="recents_tv_banner_width">130dip</dimen> 25 <dimen name="recents_tv_banner_height">72dip</dimen> 26 <dimen name="recents_tv_fallback_icon_width">40dip</dimen> 27 <dimen name="recents_tv_fallback_icon_height">40dip</dimen> 28 <dimen name="recents_tv_banner_margin_top">16dip</dimen> 29 <dimen name="recents_tv_icon_padding_bottom">8dip</dimen> 30 <dimen name="recents_tv_text_padding_start">12dip</dimen> 31 <dimen name="recents_tv_text_padding_bottom">12dip</dimen> 32 <dimen name="recents_tv_card_corner_radius">2dip</dimen> 33 34 <!-- Padding for grid view in recents view on tv --> 35 <dimen name="recents_tv_gird_row_top_margin">215dip</dimen> 36 <dimen name="recents_tv_grid_max_row_height">268dip</dimen> 37 <dimen name="recents_tv_gird_card_spacing">8dip</dimen> 38 <dimen name="recents_tv_gird_focused_card_delta">44dip</dimen> 39 40 <!-- Values for focus animation --> 41 <dimen name="recents_tv_unselected_item_z">6dp</dimen> 42 <dimen name="recents_tv_selected_item_z_delta">10dp</dimen> 43 44 <!-- Values for text on recents cards on tv --> 45 <dimen name="recents_tv_title_text_size">12sp</dimen> 46 47 <!-- Values for card dismiss state --> 48 <dimen name="recents_tv_dismiss_shift_down">48dip</dimen> 49 <dimen name="recents_tv_dismiss_top_margin">356dip</dimen> 50 <dimen name="recents_tv_dismiss_icon_size">19dip</dimen> 51 <dimen name="recents_tv_dismiss_icon_top_margin">38dip</dimen> 52 <dimen name="recents_tv_dismiss_icon_bottom_margin">1dip</dimen> 53 <dimen name="recents_tv_dismiss_text_size">12sp</dimen> 54 55 <!-- Extra space around the PIP and its outline in PIP onboarding activity --> 56 <dimen name="tv_pip_bounds_space">3dp</dimen> 57 58 <!-- Values for entering Recents and exiting Recents --> 59 <dimen name="recents_tv_home_recents_shift">125dip</dimen> 60</resources> 61