summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2010-02-23 10:10:17 -0800
committerDmitri Plotnikov <dplotnikov@google.com>2010-02-23 10:10:17 -0800
commitfc172b0aeba6e4b95980534881d7640602e0fa60 (patch)
tree893fe29c4bc00a057cb8fde54ec6df2b7a375cef /res/values/attrs.xml
parent0781c47cbadc678b6534ca0fbf46a8ce214ac6d2 (diff)
downloadpackages_apps_Contacts-fc172b0aeba6e4b95980534881d7640602e0fa60.tar.gz
packages_apps_Contacts-fc172b0aeba6e4b95980534881d7640602e0fa60.tar.bz2
packages_apps_Contacts-fc172b0aeba6e4b95980534881d7640602e0fa60.zip
Removing unused resources
Size of the APK is going down: 868221-786967=81254 bytes Bug: 2456789 Change-Id: Icacc7b8ebc8908c87efd987f69ed96da88a65224
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 661634bf5..0b263a474 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -13,27 +13,26 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<resources>
<!-- Maps a contact kind or mime-type to a RemoteViews XML formatter -->
<declare-styleable name="Mapping">
<!-- Mime-type handled by this mapping -->
- <attr name="mimeType" format="string" />
+ <attr name="mimeType" format="string"/>
<!-- RemoteViews XML that should be used to format this data -->
- <attr name="remoteViews" format="reference" />
+ <attr name="remoteViews" format="reference"/>
<!-- Icon that should be used to represent this data -->
- <attr name="icon" format="reference" />
+ <attr name="icon" format="reference"/>
<!-- Column in data table to summarize this data -->
- <attr name="summaryColumn" format="string" />
+ <attr name="summaryColumn" format="string"/>
<!-- Column in data table to show details of this data -->
- <attr name="detailColumn" format="string" />
+ <attr name="detailColumn" format="string"/>
</declare-styleable>
<declare-styleable name="EdgeTriggerView">
- <attr name="edgeWidth" format="dimension" />
+ <attr name="edgeWidth" format="dimension"/>
<attr name="listenEdges">
- <flag name="left" value="0x01" />
- <flag name="right" value="0x02" />
+ <flag name="left" value="0x01"/>
+ <flag name="right" value="0x02"/>
</attr>
</declare-styleable>