summaryrefslogtreecommitdiff
path: root/tests/tests/transition/res/layout/scene6.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/transition/res/layout/scene6.xml')
-rw-r--r--tests/tests/transition/res/layout/scene6.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tests/transition/res/layout/scene6.xml b/tests/tests/transition/res/layout/scene6.xml
index 8cffee5c766..e3a010bfc0e 100644
--- a/tests/tests/transition/res/layout/scene6.xml
+++ b/tests/tests/transition/res/layout/scene6.xml
@@ -19,13 +19,13 @@
android:layout_height="match_parent"
android:transitionName="holder"
android:id="@+id/holder">
- <View android:layout_width="30dp"
- android:layout_height="30dp"
+ <View android:layout_width="50dp"
+ android:layout_height="50dp"
android:background="#0F0"
android:transitionName="green"
android:id="@+id/greenSquare" />
- <View android:layout_width="30dp"
- android:layout_height="30dp"
+ <View android:layout_width="50dp"
+ android:layout_height="50dp"
android:background="#F00"
android:transitionName="red"
android:id="@+id/redSquare"