Svet Ganov 9fb7b07c6c Dimming deselected preview pages
For print preview we show the pages the user selected in the range
affordance but the user can optionally further prune pages to be
printed by deselecting them in the preview. The deselected pages
change elevation and now also are dimmed.

bug:15912256

Change-Id: I53357b8e8b592387bbc26b937eda786bb4660d85
2014-07-14 07:31:07 +00:00

49 lines
1.7 KiB
XML

<?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="printer_list_view_padding_start">16dip</dimen>
<dimen name="printer_list_view_padding_end">16dip</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>
<fraction name="page_selected_alpha">100%</fraction>
<fraction name="page_unselected_alpha">50%</fraction>
</resources>