commit | 2dd20a61e959f9a0acb0639664e063101b6e3bac | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Mon Aug 01 17:42:28 2016 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Tue Aug 02 11:27:18 2016 -0700 |
tree | 0031df85523cb1cf44f2f38773e75bb132eac551 | |
parent | 41e185e73b96f6b1025eb2c920bebea32805713d [diff] |
Target API check for margin params fix Prior to N, our widgets were not converting MarginLayoutParams properly between ViewGroups. The fix intrudced some issues in older apps as the broken conversion code would hide developer errors. This CL guards the change with a target API check so that we don't affect older apps. Bug: 30378230 Change-Id: I215281d261b553c3b4cedcd29ea0a861df809471