commit | c6c8abcf06a958b8d1249d2d966daa8d267dca66 | [log] [tgz] |
---|---|---|
author | susnata <susnata@google.com> | Mon Apr 25 18:37:44 2016 -0700 |
committer | susnata <susnata@google.com> | Tue Apr 26 14:02:18 2016 -0700 |
tree | 511216d863215f7bda9c51698dbee3b24b362f0d | |
parent | 65c883588eedab0c2ae1de24286a375fc828017b [diff] |
Fixing styling issue with GuidedStepFragment. GuidanceStylist relies on onPredraw() callback to reposition child views. This interferes with fragment transition (enter). To avoid it, we're using custom relative layout to position the child views in the layout pass thereby avoiding any interference with transition. Bug: 28381660 Change-Id: I9ec5188f4b746108a42afb354a151bb3747f5931