summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout/frame_layout_rtl.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-1/+1
| | | | | | | | | - update Callback2 interface - update Gravity.getAbsoluteGravity() and Gravity.apply() to be more generic by changing "boolean isRtl" parameter to "int layoutDirection" - fix BiDiTests for RTL FrameLayout Change-Id: I97bb456c22d5fd3ecb34f08564ce4dbed37e7459
* Refactor BiDiTest unit tests appFabrice Di Meglio2011-06-101-60/+64
| | | | | | - make it more extensible (suppress tabs in favor of a list selection and fragments) Change-Id: If6f6c3a33f7c03e00205edbeab2945024b477f0d
* Make View respect LAYOUT_DIRECTION_LOCALEFabrice Di Meglio2011-06-101-23/+23
| | | | | | | - update also unit tests for taking care of the locale direction - code formatting on the layout test files Change-Id: I4037eac3c572de9abb0178f36ca03803cc2c1522
* Rename atribute View horizontalDirection to layoutDirection and update unit ↵Fabrice Di Meglio2011-06-071-5/+5
| | | | | | | | tests - update before/after to start/end in unit test app Change-Id: Id7286ef5d9390540faf8ecd5f0b1c140d04bb364
* Add more unit tests cases for BiDi / RTLFabrice Di Meglio2011-06-021-19/+19
| | | | | | | - update FrameLayout tests - add more RelativeLayout tests Change-Id: I2ae522c5e6ec216f7ade45935f8309b543f380b9
* Add more unit tests for RelativeLayoutFabrice Di Meglio2011-06-011-0/+7
| | | | | | - update BiDiTest test app Change-Id: I8c0734fc8a94765d269b0040ebfa048c13e11728
* Fix bug #4509967 (layout_gravity not always respected)Fabrice Di Meglio2011-06-011-0/+81
- fix FrameLayout - code refactoring on LinearLayout - add more unit tests Change-Id: I49302582c61aa31a4eb7eded92327b10408f71a4