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

Commit 4b9a4ed9 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Fix nesting of sample XML code in complex-resources doc am: 4d1e2adf

am: 6782ef9a

Change-Id: I61ce7d67bf2add53a4d7eda3dacdb685fedaa987
parents 47132721 6782ef9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>