1<?xml version="1.0" encoding="utf-8"?><!-- 2 Copyright 2023 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 17<resources> 18 <dimen name="viewer_fastscroll_edge_offset">24dp</dimen> 19 <dimen name="viewer_doc_padding_y">4dp</dimen> 20 <dimen name="viewer_doc_padding_x">0dp</dimen> 21 <dimen name="top_page_margin">3dp</dimen> 22 <dimen name="page_spacing">8dp</dimen> 23 24 <!--Edit button FAB --> 25 <dimen name="viewer_edit_fab_margin_bottom">16dp</dimen> 26 <dimen name="viewer_edit_fab_margin_right">16dp</dimen> 27 28 <!--Find in file button size --> 29 <dimen name="find_in_file_button_size">48dp</dimen> 30 31 <dimen name="text_select_handle_touch_size">48dp</dimen> 32 <dimen name="pdf_horizontal_padding">0dp</dimen> 33 34 <!--Fast scroller --> 35 <dimen name="default_thumb_width">40dp</dimen> 36 <dimen name="default_thumb_height">40dp</dimen> 37 <dimen name="default_track_width">24dp</dimen> 38 <dimen name="default_track_height">24dp</dimen> 39 <dimen name="scrubber_edge_offset">11dp</dimen> 40 <dimen name="page_indicator_height">24dp</dimen> 41 <dimen name="page_indicator_right_margin">37dp</dimen> 42 <dimen name="page_indicator_text_offset">12dp</dimen> 43 <dimen name="page_indicator_text_size">12sp</dimen> 44 <dimen name="scroller_top_margin">2dp</dimen> 45 <dimen name="scroller_bottom_margin">2dp</dimen> 46</resources>