From 1070ed402c12e254c5bb8744f15750c8f10a88bd Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Tue, 22 Mar 2016 20:27:06 -0700 Subject: [PATCH] docs: Fixed resource/theme value syntax. Within the "Resource values" sub-section within the "File Conventions" section of the "App Manifest" page, changed the separator between the name/value pair for resources and themes such that it is now consistently a '/' character. Bug: 27070041 Change-Id: Ie299fbb866b9de3afaffa8fb70e3ca3709c45735 --- docs/html/guide/topics/manifest/manifest-intro.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/guide/topics/manifest/manifest-intro.jd b/docs/html/guide/topics/manifest/manifest-intro.jd index d2a930898cd17..d7b176e810a0e 100644 --- a/docs/html/guide/topics/manifest/manifest-intro.jd +++ b/docs/html/guide/topics/manifest/manifest-intro.jd @@ -279,7 +279,7 @@ example, a label and an icon for an activity. The values of these attributes should be localized and therefore set from a resource or theme. Resource values are expressed in the following format,

-

{@code @[package:]type:name}

+

{@code @[package:]type/name}

where the package name can be omitted if the resource is in the same package @@ -295,7 +295,7 @@ Values from a theme are expressed in a similar manner, but with an initial '{@co rather than '{@code @}':

-

{@code ?[package:]type:name} +

{@code ?[package:]type/name}

String values