Skip to content

Commit 51207b1

Browse files
author
NoraBora
committed
setThumbOffset was missing in the previous merge.
1 parent f8e1041 commit 51207b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/widget/AbsSeekBar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public AbsSeekBar(Context context, AttributeSet attrs, int defStyle) {
6868
// ...but allow layout to override this
6969
int thumbOffset =
7070
a.getDimensionPixelOffset(com.android.internal.R.styleable.SeekBar_thumbOffset, getThumbOffset());
71+
setThumbOffset(thumbOffset);
7172
a.recycle();
7273

7374
a = context.obtainStyledAttributes(attrs,

0 commit comments

Comments
 (0)