Fix nesting of sample XML code in complex-resources doc

am: 4d1e2adf60

Change-Id: I0936a10e049de93cc296fc8476bdc56ff1ad6c44
This commit is contained in:
Adam Lesinski
2016-07-28 19:23:11 +00:00
committed by android-build-merger

View File

@@ -93,8 +93,7 @@ Since were making an animated vector drawable, we put the file under <code>re
&lt;/vector&gt; &lt;/vector&gt;
<strong>&lt;aapt:attr /&gt;</strong> <strong>&lt;aapt:attr /&gt;</strong>
&lt;target &lt;target android:name="rotationGroup"&gt;
android:name="rotationGroup" /&gt;
       <strong>&lt;aapt:attr name="android:animation" &gt;</strong>        <strong>&lt;aapt:attr name="android:animation" &gt;</strong>
&lt;objectAnimator &lt;objectAnimator
android:duration="6000" android:duration="6000"
@@ -102,6 +101,7 @@ Since were making an animated vector drawable, we put the file under <code>re
android:valueFrom="0" android:valueFrom="0"
   android:valueTo="360" /&gt;    android:valueTo="360" /&gt;
<strong>&lt;aapt:attr&gt;</strong> <strong>&lt;aapt:attr&gt;</strong>
&lt;/target&gt;
&lt;/animated-vector&gt; &lt;/animated-vector&gt;
</pre> </pre>
</dd> </dd>