diff options
author | Svetoslav <svetoslavganov@google.com> | 2014-05-15 10:47:19 -0700 |
---|---|---|
committer | svetoslavganov <svetoslavganov@google.com> | 2014-06-06 13:33:16 -0700 |
commit | a798c0a984f29f7180883a61839f68d2cbf0c6ce (patch) | |
tree | 4e0c54dbc67f45dd3b5a243399a28a0ed0a00ed7 /packages/PrintSpooler/res/values-sw600dp | |
parent | 67a0ed001dbd59cd58992508e386f6eb6fefe7ed (diff) | |
download | frameworks_base-a798c0a984f29f7180883a61839f68d2cbf0c6ce.zip frameworks_base-a798c0a984f29f7180883a61839f68d2cbf0c6ce.tar.gz frameworks_base-a798c0a984f29f7180883a61839f68d2cbf0c6ce.tar.bz2 |
Refactor printing
Change-Id: I19850154ef2798afff511e4490a268ce38e8cbae
Diffstat (limited to 'packages/PrintSpooler/res/values-sw600dp')
-rw-r--r-- | packages/PrintSpooler/res/values-sw600dp/constants.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/PrintSpooler/res/values-sw600dp/constants.xml b/packages/PrintSpooler/res/values-sw600dp/constants.xml new file mode 100644 index 0000000..14c099c --- /dev/null +++ b/packages/PrintSpooler/res/values-sw600dp/constants.xml @@ -0,0 +1,21 @@ +<?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="print_option_column_count">3</integer> + +</resources> |