summaryrefslogtreecommitdiff
path: root/core/java/android/transition/PatternPathMotion.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/transition/PatternPathMotion.java')
-rw-r--r--core/java/android/transition/PatternPathMotion.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/core/java/android/transition/PatternPathMotion.java b/core/java/android/transition/PatternPathMotion.java
index 773c387b7d96..f23863f8851f 100644
--- a/core/java/android/transition/PatternPathMotion.java
+++ b/core/java/android/transition/PatternPathMotion.java
@@ -30,11 +30,10 @@ import android.util.PathParser;
* The starting point of the Path will be moved to the origin and the end point will be scaled
* and rotated so that it matches with the target end point.
* <p>This may be used in XML as an element inside a transition.</p>
- * <pre>
- * {@code
- * &lt;changeBounds>
- * &lt;patternPathMotion android:patternPathData="M0 0 L0 100 L100 100"/>
- * &lt;/changeBounds>}
+ * <pre>{@code
+ * <changeBounds>
+ * <patternPathMotion android:patternPathData="M0 0 L0 100 L100 100"/>
+ * </changeBounds>}
* </pre>
*/
public class PatternPathMotion extends PathMotion {