| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2013 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> |
| |
| <integer name="page_option_value_all">0</integer> |
| <integer name="page_option_value_page_range">1</integer> |
| |
| <integer name="preview_page_per_row_count">1</integer> |
| |
| <integer-array name="page_options_values"> |
| <item>@integer/page_option_value_all</item> |
| <item>@integer/page_option_value_page_range</item> |
| </integer-array> |
| |
| <dimen name="print_dialog_frame_max_width_dip">400dip</dimen> |
| |
| <dimen name="selected_page_elevation">6dip</dimen> |
| <dimen name="unselected_page_elevation">2dip</dimen> |
| |
| <dimen name="preview_page_margin">8dip</dimen> |
| |
| <dimen name="preview_list_padding">24dip</dimen> |
| |
| <dimen name="preview_controls_elevation">8dip</dimen> |
| |
| <integer name="print_option_column_count">2</integer> |
| |
| <dimen name="preview_page_footer_height">32dip</dimen> |
| <dimen name="preview_page_min_width">128dip</dimen> |
| |
| <dimen name="preview_destination_spinner_width">256dip</dimen> |
| |
| </resources> |