summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/src/com/android/bidi/BiDiTestRelativeLayoutRtlActivity2.java
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-06-10 14:19:18 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-06-10 14:30:32 -0700
commit26e432d25f2ba199ae8b762fc68da8463389dd9b (patch)
tree3780992b8f91a23087f85fcb1eef069fe9b02927 /tests/BiDiTests/src/com/android/bidi/BiDiTestRelativeLayoutRtlActivity2.java
parent6b6091a14032c02ce2ba5600a651166ac0102290 (diff)
downloadframeworks_base-26e432d25f2ba199ae8b762fc68da8463389dd9b.zip
frameworks_base-26e432d25f2ba199ae8b762fc68da8463389dd9b.tar.gz
frameworks_base-26e432d25f2ba199ae8b762fc68da8463389dd9b.tar.bz2
Make View respect LAYOUT_DIRECTION_LOCALE
- update also unit tests for taking care of the locale direction - code formatting on the layout test files Change-Id: I4037eac3c572de9abb0178f36ca03803cc2c1522
Diffstat (limited to 'tests/BiDiTests/src/com/android/bidi/BiDiTestRelativeLayoutRtlActivity2.java')
-rw-r--r--tests/BiDiTests/src/com/android/bidi/BiDiTestRelativeLayoutRtlActivity2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/BiDiTests/src/com/android/bidi/BiDiTestRelativeLayoutRtlActivity2.java b/tests/BiDiTests/src/com/android/bidi/BiDiTestRelativeLayoutRtlActivity2.java
index db2af7f..dad5491 100644
--- a/tests/BiDiTests/src/com/android/bidi/BiDiTestRelativeLayoutRtlActivity2.java
+++ b/tests/BiDiTests/src/com/android/bidi/BiDiTestRelativeLayoutRtlActivity2.java
@@ -25,7 +25,7 @@ public class BiDiTestRelativeLayoutRtlActivity2 extends Activity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
- setContentView(R.layout.relative_layout_rtl_2);
+ setContentView(R.layout.relative_layout_2_rtl);
}
}