summaryrefslogtreecommitdiffstats
path: root/tests/TransitionTests/res/layout/surface_texture_views.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TransitionTests/res/layout/surface_texture_views.xml')
-rw-r--r--tests/TransitionTests/res/layout/surface_texture_views.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/TransitionTests/res/layout/surface_texture_views.xml b/tests/TransitionTests/res/layout/surface_texture_views.xml
new file mode 100644
index 0000000..9260bc0
--- /dev/null
+++ b/tests/TransitionTests/res/layout/surface_texture_views.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:id="@+id/container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <Button
+ android:text="@string/toggle"
+ android:id="@+id/toggleButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+
+</LinearLayout> \ No newline at end of file