summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/html/guide/topics/resources/complex-xml-resources.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/resources/complex-xml-resources.jd b/docs/html/guide/topics/resources/complex-xml-resources.jd
index 66dcb58347ab..ebf7bc3f0228 100644
--- a/docs/html/guide/topics/resources/complex-xml-resources.jd
+++ b/docs/html/guide/topics/resources/complex-xml-resources.jd
@@ -93,8 +93,7 @@ Since we’re making an animated vector drawable, we put the file under <code>re
&lt;/vector&gt;
<strong>&lt;aapt:attr /&gt;</strong>
- &lt;target
- android:name="rotationGroup" /&gt;
+ &lt;target android:name="rotationGroup"&gt;
       <strong>&lt;aapt:attr name="android:animation" &gt;</strong>
&lt;objectAnimator
android:duration="6000"
@@ -102,6 +101,7 @@ Since we’re making an animated vector drawable, we put the file under <code>re
android:valueFrom="0"

    android:valueTo="360" /&gt;
<strong>&lt;aapt:attr&gt;</strong>
+ &lt;/target&gt;
&lt;/animated-vector&gt;
</pre>
</dd>