Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2008 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> |
| 18 | <!-- Maps a contact kind or mime-type to a RemoteViews XML formatter --> |
| 19 | <declare-styleable name="Mapping"> |
| 20 | <!-- Mime-type handled by this mapping --> |
| 21 | <attr name="mimeType" format="string" /> |
| 22 | <!-- RemoteViews XML that should be used to format this data --> |
| 23 | <attr name="remoteViews" format="reference" /> |
| 24 | <!-- Icon that should be used to represent this data --> |
| 25 | <attr name="icon" format="reference" /> |
Jeff Sharkey | 549aa16 | 2009-05-21 01:33:30 -0700 | [diff] [blame^] | 26 | <!-- Column in data table to summarize this data --> |
| 27 | <attr name="summaryColumn" format="string" /> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 28 | </declare-styleable> |
| 29 | |
| 30 | <declare-styleable name="EdgeTriggerView"> |
| 31 | <attr name="edgeWidth" format="dimension" /> |
| 32 | <attr name="listenEdges"> |
| 33 | <flag name="left" value="0x01" /> |
| 34 | <flag name="right" value="0x02" /> |
| 35 | </attr> |
| 36 | </declare-styleable> |
| 37 | |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 38 | </resources> |