diff options
| -rw-r--r-- | docs/html/guide/topics/manifest/manifest-intro.jd | 4 |
1 files 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 d2a930898cd1..d7b176e810a0 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,</p> -<p style="margin-left: 2em">{@code @[<i>package</i>:]<i>type</i>:<i>name</i>}</p> +<p style="margin-left: 2em">{@code @[<i>package</i>:]<i>type</i>/<i>name</i>}</p> <p> where the <i>package</i> 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 @}': </p> -<p style="margin-left: 2em">{@code ?[<i>package</i>:]<i>type</i>:<i>name</i>} +<p style="margin-left: 2em">{@code ?[<i>package</i>:]<i>type</i>/<i>name</i>} </p></dd> <dt><b>String values</b></dt> |