diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2011-04-25 16:48:51 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2011-04-25 17:48:55 -0700 |
commit | 589e4e27ee071f028a4bc72b91a1fb053ab13404 (patch) | |
tree | bada40903f4117025a554b1119f7e944a1e76a0f /tests/BiDiTests/res/layout | |
parent | d42aad987ad65b40de62cfd20d841e1dc03ea088 (diff) | |
download | frameworks_base-589e4e27ee071f028a4bc72b91a1fb053ab13404.zip frameworks_base-589e4e27ee071f028a4bc72b91a1fb053ab13404.tar.gz frameworks_base-589e4e27ee071f028a4bc72b91a1fb053ab13404.tar.bz2 |
Fix bug #4338103 (Android Arabic and Hebrew input is broken)
- fix glyph order when there is only a single run
- update tests
Change-Id: I113f28a8c76cab622fb75ce84bc50d1d38fa254e
Diffstat (limited to 'tests/BiDiTests/res/layout')
-rw-r--r-- | tests/BiDiTests/res/layout/biditest_main.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/BiDiTests/res/layout/biditest_main.xml b/tests/BiDiTests/res/layout/biditest_main.xml index 087c9a3..044a355 100644 --- a/tests/BiDiTests/res/layout/biditest_main.xml +++ b/tests/BiDiTests/res/layout/biditest_main.xml @@ -43,7 +43,6 @@ android:layout_height="wrap_content" android:layout_width="match_parent" android:textSize="32dip" - android:text="@string/edittext_text" /> </LinearLayout> |