summaryrefslogtreecommitdiffstats
path: root/tests/TransitionTests/res/layout/interruption_inner_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TransitionTests/res/layout/interruption_inner_1.xml')
-rw-r--r--tests/TransitionTests/res/layout/interruption_inner_1.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/TransitionTests/res/layout/interruption_inner_1.xml b/tests/TransitionTests/res/layout/interruption_inner_1.xml
new file mode 100644
index 0000000..990a7fd
--- /dev/null
+++ b/tests/TransitionTests/res/layout/interruption_inner_1.xml
@@ -0,0 +1,13 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:id="@+id/buttonContainer">
+ <Button
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/button"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentLeft="true"
+ android:text="@string/state1"/>
+
+</RelativeLayout> \ No newline at end of file