• newt's avatar
    Fix padding in home page settings. · 8ab5046b
    newt authored
    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.
    
    Review URL: https://codereview.chromium.org/970603003
    
    Cr-Commit-Position: refs/heads/master@{#319011}
    8ab5046b
homepage_preferences.xml 2.9 KB