Adjust touch progress offset to account for changes to AbsSeekBar am: 1d33c3f3a3

am: 1cad05bdc0

Change-Id: Ie542424e2b46805a890cb73e8e1bbe2d155f3aff
This commit is contained in:
Alan Viverette
2016-08-01 21:11:00 +00:00
committed by android-build-merger

View File

@@ -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) {