OSDN Git Service

RTL Ordering of visual elements in LinearLayout
authorFabrice Di Meglio <fdimeglio@google.com>
Thu, 1 Apr 2010 22:46:27 +0000 (15:46 -0700)
committerFabrice Di Meglio <fdimeglio@google.com>
Fri, 20 May 2011 23:23:36 +0000 (16:23 -0700)
commit1e4cfbeba54898373c852097d1519a1d966c0854
tree5f67e101f693fca090ff6c8b49cc3cfde16831b1
parent1714c21c15b83e555cb6cd47019145eecf5e8871
RTL Ordering of visual elements in LinearLayout

- also update unit tests for testing LinearLayout

Change-Id: I0794d48c45a8fd4a899fdf6f6a1d05485b416e1a
13 files changed:
core/java/android/widget/LinearLayout.java
tests/BiDiTests/AndroidManifest.xml
tests/BiDiTests/res/layout/basic.xml [moved from tests/BiDiTests/res/layout/biditest_main.xml with 78% similarity]
tests/BiDiTests/res/layout/canvas.xml [new file with mode: 0644]
tests/BiDiTests/res/layout/linear_layout_ltr.xml [new file with mode: 0644]
tests/BiDiTests/res/layout/linear_layout_rtl.xml [new file with mode: 0644]
tests/BiDiTests/res/layout/main.xml [new file with mode: 0644]
tests/BiDiTests/res/values/strings.xml
tests/BiDiTests/src/com/android/bidi/BiDiTestActivity.java
tests/BiDiTests/src/com/android/bidi/BiDiTestBasicActivity.java [new file with mode: 0644]
tests/BiDiTests/src/com/android/bidi/BiDiTestCanvasActivity.java [new file with mode: 0644]
tests/BiDiTests/src/com/android/bidi/BiDiTestLinearLayoutLtrActivity.java [new file with mode: 0644]
tests/BiDiTests/src/com/android/bidi/BiDiTestLinearLayoutRtlActivity.java [new file with mode: 0644]