Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 789ff0a1 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 3505901 - SeekBar should account for thumb width in layout" into honeycomb-mr1

parents 9c8de733 0e37f21c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1611,6 +1611,8 @@
        <item name="android:thumb">@android:drawable/scrubber_control_selector_holo</item>
        <item name="android:thumbOffset">16dip</item>
        <item name="android:focusable">true</item>
        <item name="android:paddingLeft">16dip</item>
        <item name="android:paddingRight">16dip</item>
    </style>

    <style name="Widget.Holo.RatingBar" parent="Widget.RatingBar">