From 3f0476a4e283ce4e55caac016293dafe9dca11fa Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Sun, 20 Sep 2009 12:41:13 -0700 Subject: [PATCH] Basic API for third-party apps to define custom Data rows. To display styled ContactsContract.Data rows in UI, this change adds basic styling attributes that third-party apps can use. The Contacts app parses these structures before displaying Data rows with unrecognized MIME-types. Partially fixes http://b/2126691 --- core/res/res/values/attrs.xml | 18 ++++++++++++++++++ core/res/res/values/public.xml | 3 +++ 2 files changed, 21 insertions(+) diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index e7b379a93b1a7..10552358fd6d4 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -3486,13 +3486,31 @@ + + + + + + + + + + + + + + + + + + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 89581e6f54802..b08a58aa3ee87 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1166,6 +1166,9 @@ + + +