From 79a5b91d0da28a5e9d2a1bd68a32b24fee7de562 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Wed, 27 Jul 2016 16:33:15 -0700 Subject: Fix nesting of sample XML code in complex-resources doc Bug:30447181 Change-Id: Icea1580f6d919585d488befd62bfa16be7b4a0a6 (cherry picked from commit 4d1e2adf60fc99f76a9814eeb58c7d2d98bc4699) --- docs/html/guide/topics/resources/complex-xml-resources.jd | 4 ++-- 1 file 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 re </vector> <aapt:attr /> - <target - android:name="rotationGroup" /> + <target android:name="rotationGroup">        <aapt:attr name="android:animation" > <objectAnimator android:duration="6000" @@ -102,6 +101,7 @@ Since we’re making an animated vector drawable, we put the file under re android:valueFrom="0" 
    android:valueTo="360" /> <aapt:attr> + </target> </animated-vector> -- cgit v1.2.3-59-g8ed1b