summaryrefslogtreecommitdiffstats
path: root/tests/TransitionTests/res/layout/list_view_add_remove.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TransitionTests/res/layout/list_view_add_remove.xml')
-rw-r--r--tests/TransitionTests/res/layout/list_view_add_remove.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/TransitionTests/res/layout/list_view_add_remove.xml b/tests/TransitionTests/res/layout/list_view_add_remove.xml
new file mode 100644
index 0000000..230511f
--- /dev/null
+++ b/tests/TransitionTests/res/layout/list_view_add_remove.xml
@@ -0,0 +1,14 @@
+<?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">
+
+ <ListView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:id="@+id/listview"/>
+
+</LinearLayout> \ No newline at end of file