Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddf72e67 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by Android (Google) Code Review
Browse files

Merge "docs: Fixed resource/theme value syntax." into mnc-mr-docs

parents d62f63b2 1070ed40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>