You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.5 KiB
37 lines
1.5 KiB
<?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>
|