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 | --> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 16 | <resources> |
| 17 | <!-- Maps a contact kind or mime-type to a RemoteViews XML formatter --> |
| 18 | <declare-styleable name="Mapping"> |
| 19 | <!-- Mime-type handled by this mapping --> |
Dmitri Plotnikov | fc172b0 | 2010-02-23 10:10:17 -0800 | [diff] [blame] | 20 | <attr name="mimeType" format="string"/> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 21 | <!-- RemoteViews XML that should be used to format this data --> |
Dmitri Plotnikov | fc172b0 | 2010-02-23 10:10:17 -0800 | [diff] [blame] | 22 | <attr name="remoteViews" format="reference"/> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 23 | <!-- Icon that should be used to represent this data --> |
Dmitri Plotnikov | fc172b0 | 2010-02-23 10:10:17 -0800 | [diff] [blame] | 24 | <attr name="icon" format="reference"/> |
Jeff Sharkey | 549aa16 | 2009-05-21 01:33:30 -0700 | [diff] [blame] | 25 | <!-- Column in data table to summarize this data --> |
Dmitri Plotnikov | fc172b0 | 2010-02-23 10:10:17 -0800 | [diff] [blame] | 26 | <attr name="summaryColumn" format="string"/> |
Jeff Sharkey | 3926127 | 2009-06-03 19:15:09 -0700 | [diff] [blame] | 27 | <!-- Column in data table to show details of this data --> |
Dmitri Plotnikov | fc172b0 | 2010-02-23 10:10:17 -0800 | [diff] [blame] | 28 | <attr name="detailColumn" format="string"/> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 29 | </declare-styleable> |
| 30 | |
| 31 | <declare-styleable name="EdgeTriggerView"> |
Dmitri Plotnikov | fc172b0 | 2010-02-23 10:10:17 -0800 | [diff] [blame] | 32 | <attr name="edgeWidth" format="dimension"/> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 33 | <attr name="listenEdges"> |
Dmitri Plotnikov | fc172b0 | 2010-02-23 10:10:17 -0800 | [diff] [blame] | 34 | <flag name="left" value="0x01"/> |
| 35 | <flag name="right" value="0x02"/> |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 36 | </attr> |
| 37 | </declare-styleable> |
| 38 | |
Jeff Sharkey | 3f17759 | 2009-05-18 15:23:12 -0700 | [diff] [blame] | 39 | </resources> |