diff options
| author | 2016-07-28 19:31:27 +0000 | |
|---|---|---|
| committer | 2016-07-28 19:31:27 +0000 | |
| commit | d77989451048decaec8f51e4e93c31ba09004367 (patch) | |
| tree | 1a2bef7ae64366823957e690efd78513f196d51b | |
| parent | 7fc84dbd8631d58ff853b69d4eb23cd40ddc15b7 (diff) | |
| parent | 79a5b91d0da28a5e9d2a1bd68a32b24fee7de562 (diff) | |
Fix nesting of sample XML code in complex-resources doc
am: 79a5b91d0d
Change-Id: I6c2e2aabf079005df5dc0eea8bcaa04f6438c3fc
| -rw-r--r-- | docs/html/guide/topics/resources/complex-xml-resources.jd | 4 |
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 </vector> <strong><aapt:attr /></strong> - <target - android:name="rotationGroup" /> + <target android:name="rotationGroup"> <strong><aapt:attr name="android:animation" ></strong> <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" /> <strong><aapt:attr></strong> + </target> </animated-vector> </pre> </dd> |