DescriptionFix padding in home page settings.
The "on"/"off" text and the switch were both too close to the edge of
the screen on pre-L devices. The bug arose because the LinearLayout had
conflicting padding attributes: it defined "padding" inline, and used a
style which defined "paddingStart" and "paddingEnd". The latter values
were overriding the inline "padding" value.
Committed: https://crrev.com/8ab5046b4a0f6eb8f3976b6693624d6371a042fb
Cr-Commit-Position: refs/heads/master@{#319011}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|