summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/10/changes
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2017-06-28 17:06:50 -0700
committerRoozbeh Pournader <roozbeh@google.com>2017-07-05 21:45:50 +0000
commitbcd3520be634388a89ec52715a1b3644ba227899 (patch)
tree9cef5d59f33c179df963f082d0098766f8629db3 /docs/html/sdk/api_diff/10/changes
parent6b6c5f3506166a8833e4fa5198a6c49e10b01722 (diff)
Fix RTL issue in RelativeLayout
A long-standing bug in RelativeLayout meant that items inside a RelativeLayout with layout centering (layout_centerHorizontal) and WRAP_CONTENT would cause the surrounding RelativeLayout to be sized incorrectly, resulting in bad layouts overall (the RelativeLayout could end up much too large, pushing other layouts out of view). This artifact was visible in TimePicker in landscape mode, but worked around in the O release by forcing LTR on the parent layout of the RelativeLayout. The problem was that the case of center/wrap would end up positioning the view on the left of the layout, instead of the RTL-friendly right side. The fix is to do the correct thing in RTL mode (position relative to the right side of the layout instead). Bug: 63003526 TimePicker RTL issue Bug: 62846484 TimePicker layout is broken in RTL landscape mode Test: manual (run Clock app in RTL and non-RTL modes and observe layout behavior in both portrait and landscape modes). Change-Id: I9033857a39f422e3d6fb6e4d313d1739ae3f5c63
Diffstat (limited to 'docs/html/sdk/api_diff/10/changes')
0 files changed, 0 insertions, 0 deletions