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

Commit 1cad05bd authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Adjust touch progress offset to account for changes to AbsSeekBar

am: 1d33c3f3

Change-Id: I7723f2fd11ea9c8969b9147e1ef893e67e0fb9e0
parents 6393875f 1d33c3f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -110,8 +110,8 @@ public class RatingBar extends AbsSeekBar {
        }

        // A touch inside a star fill up to that fractional area (slightly more
        // than 1 so boundaries round up).
        mTouchProgressOffset = 1.1f;
        // than 0.5 so boundaries round up).
        mTouchProgressOffset = 0.6f;
    }

    public RatingBar(Context context, AttributeSet attrs) {