1ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov<?xml version="1.0" encoding="utf-8"?>
2a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav<!-- Copyright (C) 2014 The Android Open Source Project
3ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov
4ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov     Licensed under the Apache License, Version 2.0 (the "License");
5ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov     you may not use this file except in compliance with the License.
6ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov     You may obtain a copy of the License at
7ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov
8ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov          http://www.apache.org/licenses/LICENSE-2.0
9ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov
10ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov     Unless required by applicable law or agreed to in writing, software
11ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov     distributed under the License is distributed on an "AS IS" BASIS,
12ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov     See the License for the specific language governing permissions and
14ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov     limitations under the License.
15ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov-->
16ed513d7e4a624a9f82e15923a7052d4c18a020a7Svetoslav Ganov
17a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav<resources>
18a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav
19a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav    <declare-styleable name="PrintOptionsLayout">
20a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav
21a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav        <attr name="columnCount" format="integer" />
22a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav
23a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav    </declare-styleable>
24a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav
25a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav</resources>
26