summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-07-19 18:09:20 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-07-20 11:38:59 -0700
commit1180644280a38f77756926531037bfd7b9f1974c (patch)
tree2f23a41e0dae417a19721d65bebb58d72bec6d8e /tests/BiDiTests
parent5531a3a3cfce0fe0dd279cdce2de30cf777f5227 (diff)
downloadframeworks_base-1180644280a38f77756926531037bfd7b9f1974c.zip
frameworks_base-1180644280a38f77756926531037bfd7b9f1974c.tar.gz
frameworks_base-1180644280a38f77756926531037bfd7b9f1974c.tar.bz2
Fix bug #4772392 Check what needs to be done for RTL specific new attributes that are in public.xml
- cleanup public.xml - make BiDiTest makefile non visible to the build system - provide file for injecting the new attributes by hand Change-Id: I5037ec323066ebd254be51fff7070a5a0101dff7
Diffstat (limited to 'tests/BiDiTests')
-rw-r--r--tests/BiDiTests/Android0
-rw-r--r--tests/BiDiTests/Android-private.mk (renamed from tests/BiDiTests/Android.mk)0
-rw-r--r--tests/BiDiTests/new-attributes.txt9
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/BiDiTests/Android b/tests/BiDiTests/Android
deleted file mode 100644
index e69de29..0000000
--- a/tests/BiDiTests/Android
+++ /dev/null
diff --git a/tests/BiDiTests/Android.mk b/tests/BiDiTests/Android-private.mk
index ae29fc2..ae29fc2 100644
--- a/tests/BiDiTests/Android.mk
+++ b/tests/BiDiTests/Android-private.mk
diff --git a/tests/BiDiTests/new-attributes.txt b/tests/BiDiTests/new-attributes.txt
new file mode 100644
index 0000000..57854cc
--- /dev/null
+++ b/tests/BiDiTests/new-attributes.txt
@@ -0,0 +1,9 @@
+ <public type="attr" name="layoutDirection" />
+
+ <public type="attr" name="layout_marginStart"/>
+ <public type="attr" name="layout_marginEnd"/>
+
+ <public type="attr" name="paddingStart"/>
+ <public type="attr" name="paddingEnd"/>
+
+ <public type="attr" name="textDirection"/>