OSDN Git Service

Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode
authorFabrice Di Meglio <fdimeglio@google.com>
Tue, 26 Mar 2013 22:50:24 +0000 (15:50 -0700)
committerFabrice Di Meglio <fdimeglio@google.com>
Wed, 27 Mar 2013 00:27:33 +0000 (17:27 -0700)
commit0072f64939b37a4d84940656c2180ad2e0594ff4
treec820fc3533f60b54f5d9087f250cf024b865fa6e
parent3bafc1a7056f93948219eea0d145ab61f05b30f4
Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode

- fix resolution of MarginLayoutParams
- update related RelativeLayout code

Change-Id: I261f127a8897f60d316fed2a73e6e76020e542cc
core/java/android/view/ViewGroup.java
core/java/android/widget/RelativeLayout.java