blob: 953dd650b2aaab84108fc749fddc7c2fdc09f38a [file] [log] [blame]
Sid Soundararajanb58c46a2016-01-26 15:39:27 -08001<?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 -->
Sid Soundararajan4bdb6872016-03-18 13:42:10 -070021 <dimen name="recents_tv_card_width">240dip</dimen>
22 <dimen name="recents_tv_screenshot_height">135dip</dimen>
Sid Soundararajan1008cc22016-02-01 11:11:14 -080023 <dimen name="recents_tv_card_extra_badge_size">20dip</dimen>
24 <dimen name="recents_tv_banner_width">114dip</dimen>
25 <dimen name="recents_tv_banner_height">64dip</dimen>
26 <dimen name="recents_tv_banner_margin_top">16dip</dimen>
27 <dimen name="recents_tv_icon_padding_bottom">8dip</dimen>
28 <dimen name="recents_tv_icon_padding_end">12dip</dimen>
29 <dimen name="recents_tv_text_padding_bottom">12dip</dimen>
Sid Soundararajanb58c46a2016-01-26 15:39:27 -080030
31 <!-- Padding for grid view in recents view on tv -->
Sid Soundararajan4bdb6872016-03-18 13:42:10 -070032 <dimen name="recents_tv_gird_row_top_margin">215dip</dimen>
Sid Soundararajan1008cc22016-02-01 11:11:14 -080033 <dimen name="recents_tv_grid_max_row_height">268dip</dimen>
Sid Soundararajan4bdb6872016-03-18 13:42:10 -070034 <dimen name="recents_tv_gird_card_spacing">8dip</dimen>
35 <dimen name="recents_tv_gird_focused_card_delta">44dip</dimen>
Sid Soundararajanb58c46a2016-01-26 15:39:27 -080036
37 <!-- Values for focus animation -->
38 <dimen name="recents_tv_unselected_item_z">6dp</dimen>
39 <dimen name="recents_tv_selected_item_z_delta">10dp</dimen>
Jaewan Kimedd02dc2016-02-23 06:16:57 -080040
41 <!-- Extra space around the PIP and its outline in PIP onboarding activity -->
42 <dimen name="tv_pip_bounds_space">3dp</dimen>
Sid Soundararajan1008cc22016-02-01 11:11:14 -080043
44 <!-- Values for text on recents cards on tv -->
45 <dimen name="recents_tv_title_text_size">12sp</dimen>
Sid Soundararajan4bdb6872016-03-18 13:42:10 -070046
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">24dip</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
Jaewan Kimedd02dc2016-02-23 06:16:57 -080055</resources>