Loading docs/html/guide/topics/resources/providing-resources.jd +1 −1 Original line number Diff line number Diff line Loading @@ -938,7 +938,7 @@ same way. For example, a color:</p> <?xml version="1.0" encoding="utf-8"?> <resources> <color name="yellow">#f00</color> <color name="highlight">@color/red</color> <color name="highlight">@color/yellow</color> </resources> </pre> Loading Loading
docs/html/guide/topics/resources/providing-resources.jd +1 −1 Original line number Diff line number Diff line Loading @@ -938,7 +938,7 @@ same way. For example, a color:</p> <?xml version="1.0" encoding="utf-8"?> <resources> <color name="yellow">#f00</color> <color name="highlight">@color/red</color> <color name="highlight">@color/yellow</color> </resources> </pre> Loading