blob: 9a2c14e34d696312da7080289a11dc31bbf6e508 [file] [log] [blame]
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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-->
Svetoslav597945f2013-07-17 18:37:36 -070016
17<resources>
18
Svetoslav Ganov0d1daa52013-07-23 13:29:31 -070019 <integer name="page_option_value_all">0</integer>
20 <integer name="page_option_value_page_range">1</integer>
Svetoslav597945f2013-07-17 18:37:36 -070021
Svetoslava798c0a2014-05-15 10:47:19 -070022 <integer name="print_option_column_count">2</integer>
23
Svetoslav597945f2013-07-17 18:37:36 -070024 <integer-array name="page_options_values" translatable="false">
25 <item>@integer/page_option_value_all</item>
26 <item>@integer/page_option_value_page_range</item>
27 </integer-array>
28
Svetoslav013b8162013-09-18 12:31:23 -070029 <dimen name="print_dialog_frame_max_width_dip">400dip</dimen>
30
Svetoslav Ganoved513d7e2013-10-17 09:53:05 -070031 <dimen name="printer_list_view_padding_start">16dip</dimen>
32 <dimen name="printer_list_view_padding_end">16dip</dimen>
33
34</resources>