aboutsummaryrefslogtreecommitdiff
path: root/res/values-ldrtl/dimens.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-ldrtl/dimens.xml')
-rw-r--r--res/values-ldrtl/dimens.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/res/values-ldrtl/dimens.xml b/res/values-ldrtl/dimens.xml
new file mode 100644
index 00000000..0b79b144
--- /dev/null
+++ b/res/values-ldrtl/dimens.xml
@@ -0,0 +1,37 @@
+<?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_shift_end_to_start_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>