aboutsummaryrefslogtreecommitdiff
path: root/res/values-ldrtl/dimens.xml
blob: 4b030d4ee2f0f27ff4b5b70bfa687bc199e4d6c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2015 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>
    <dimen name="menu_row_title_transform_pivot_x">@dimen/menu_row_title_width</dimen>

    <!-- Keep belows as the same as negative value of LTR case -->
    <dimen name="side_panel_enter_offset_x">-100dp</dimen>
    <dimen name="side_panel_exit_offset_x">-100dp</dimen>
    <dimen name="side_panel_fragment_enter_offset_x">-32dp</dimen>
    <dimen name="side_panel_fragment_exit_offset_x">32dp</dimen>

    <dimen name="program_guide_table_background_round_radius_left">0dp</dimen>
    <dimen name="program_guide_table_background_round_radius_right">2dp</dimen>

    <dimen name="program_guide_shift_start_to_end_x">-238dp</dimen>
    <dimen name="program_guide_side_panel_row_pivot_x">
        @dimen/program_guide_side_panel_item_width</dimen>
    <dimen name="program_guide_side_panel_exit_x">32dp</dimen>
    <dimen name="program_guide_table_exit_x">-368dp</dimen>

</resources>