From c580adec2668bf59b0faeffc17bf51296db41045 Mon Sep 17 00:00:00 2001 From: George Mount Date: Mon, 23 Jun 2014 14:57:46 +0000 Subject: [PATCH] Revert "Revert "API Review: Change View viewName attribute to transitionName."" This reverts commit f4138cbcfc742dbe6e40ee054fbb52ebfebaa0ef. Change-Id: Id5531f7508b22cf0242a5bef063423d932eb104e --- samples/ApiDemos/res/layout/image_block.xml | 16 ++++++++-------- samples/ApiDemos/res/layout/image_details.xml | 2 +- .../apis/animation/ActivityTransition.java | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/ApiDemos/res/layout/image_block.xml b/samples/ApiDemos/res/layout/image_block.xml index 423371740..04b8d3fa0 100644 --- a/samples/ApiDemos/res/layout/image_block.xml +++ b/samples/ApiDemos/res/layout/image_block.xml @@ -15,7 +15,7 @@ android:layout_row="0" android:src="@drawable/ducky" android:onClick="clicked" - android:viewName="ducky" + android:transitionName="ducky" /> \ No newline at end of file diff --git a/samples/ApiDemos/res/layout/image_details.xml b/samples/ApiDemos/res/layout/image_details.xml index a176ce524..1daee4668 100644 --- a/samples/ApiDemos/res/layout/image_details.xml +++ b/samples/ApiDemos/res/layout/image_details.xml @@ -10,7 +10,7 @@ android:layout_weight="1" android:layout_width="match_parent" android:scaleType="centerCrop" - android:viewName="hero" + android:transitionName="hero" android:onClick="clicked" />