Code style improvements
This commit is contained in:
parent
14d80cf1c9
commit
6b0653a488
@ -75,7 +75,7 @@ public class SeekBarForegroundThumb extends AppCompatSeekBar {
|
|||||||
final int saveCount = canvas.save();
|
final int saveCount = canvas.save();
|
||||||
canvas.translate(getPaddingLeft() - getThumbOffset() + halfThumbW, getHeight() / 2);
|
canvas.translate(getPaddingLeft() - getThumbOffset() + halfThumbW, getHeight() / 2);
|
||||||
for (int i = 0; i <= count; i++) {
|
for (int i = 0; i <= count; i++) {
|
||||||
if(i!=getProgress()) {
|
if (i != getProgress()) {
|
||||||
tickMark.draw(canvas);
|
tickMark.draw(canvas);
|
||||||
}
|
}
|
||||||
canvas.translate(spacing, 0);
|
canvas.translate(spacing, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user