aboutsummaryrefslogtreecommitdiff
path: root/ui/activityscenetransition
diff options
context:
space:
mode:
authorNatalie Masse <nmasse@google.com>2014-12-03 11:01:20 +0000
committerNatalie Masse <nmasse@google.com>2014-12-03 11:01:20 +0000
commitdc9d26f38a880421805f43ddea7f7249dc004c15 (patch)
treeec2a0dc8b4ca524ac00daf50002dbb4ac500f96a /ui/activityscenetransition
parent74eb41ebede9dc2e3010ad70d37a5964a3789f45 (diff)
downloadandroid-dc9d26f38a880421805f43ddea7f7249dc004c15.tar.gz
Removed indentation for intro and description tags in template file
Change-Id: I6b89f16c026483954adf49a016f94e668328c925
Diffstat (limited to 'ui/activityscenetransition')
-rw-r--r--ui/activityscenetransition/ActivitySceneTransitionBasic/template-params.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/activityscenetransition/ActivitySceneTransitionBasic/template-params.xml b/ui/activityscenetransition/ActivitySceneTransitionBasic/template-params.xml
index 73b54aaa..bf7da461 100644
--- a/ui/activityscenetransition/ActivitySceneTransitionBasic/template-params.xml
+++ b/ui/activityscenetransition/ActivitySceneTransitionBasic/template-params.xml
@@ -60,17 +60,17 @@
<android>android.app.ActivityOptions</android>
</api_refs>
<description>
- This sample shows how to use scene transitions from one Activity to another in Lollipop.
- Uses a combination of changeImageTransform and changeBounds to transition a grid of images
- to an Activity with a large image and detail text.
+This sample shows how to use scene transitions from one Activity to another in Lollipop.
+Uses a combination of changeImageTransform and changeBounds to transition a grid of images
+to an Activity with a large image and detail text.
</description>
<intro>
- Android Lollipop has introduced the ability to transition between activities by using a shared element.
- This sample demonstrates how to do this using the theme of your application.
+Android Lollipop has introduced the ability to transition between activities by using a shared element.
+This sample demonstrates how to do this using the theme of your application.
- See [Defining Custom Animations][1] for all the details on how to do this.
+See [Defining Custom Animations][1] for all the details on how to do this.
- [1]: https://developer.android.com/training/material/animations.html#Transitions
+[1]: https://developer.android.com/training/material/animations.html#Transitions
</intro>
</metadata>