From 3d0124f1764e57b18161b833b52964f3141243d1 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Thu, 14 Jul 2011 13:55:11 -0700 Subject: Test Gallery layout direction. Change-Id: If88f559e8cc46bb72ed45f33d7fc52802f1e1246 --- tests/BiDiTests/res/layout/gallery_ltr.xml | 30 ++++++++++++++++++++++++++++++ tests/BiDiTests/res/layout/gallery_rtl.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 tests/BiDiTests/res/layout/gallery_ltr.xml create mode 100644 tests/BiDiTests/res/layout/gallery_rtl.xml (limited to 'tests/BiDiTests/res/layout') diff --git a/tests/BiDiTests/res/layout/gallery_ltr.xml b/tests/BiDiTests/res/layout/gallery_ltr.xml new file mode 100644 index 0000000..d0e4168 --- /dev/null +++ b/tests/BiDiTests/res/layout/gallery_ltr.xml @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/tests/BiDiTests/res/layout/gallery_rtl.xml b/tests/BiDiTests/res/layout/gallery_rtl.xml new file mode 100644 index 0000000..c5c2f5c --- /dev/null +++ b/tests/BiDiTests/res/layout/gallery_rtl.xml @@ -0,0 +1,30 @@ + + + + + + + + -- cgit v1.1