blob: 7294db5ef83874b77b53428be214f5bd52f76579 [file] [log] [blame]
Mindy Pereiraefcac0c2011-05-27 16:38:56 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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-->
16
17<resources>
Daisuke Miyakawa4bb6a342011-07-11 10:28:02 -070018 <add-resource type="dimen" name="chip_padding" />
19 <add-resource type="dimen" name="chip_height" />
20 <add-resource type="dimen" name="chip_text_size" />
21 <add-resource type="color" name="default_chip_background" />
Mindy Pereirade2a6ae2011-07-13 15:06:38 -070022 <add-resource type="color" name="list_item_selected" />
23 <add-resource type="color" name="chip_selected" />
Daisuke Miyakawa4bb6a342011-07-11 10:28:02 -070024 <add-resource type="string" name="more_string" />
25 <add-resource type="string" name="chips_waiting_for_directory_result" />
26</resources>