mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
Warnings cleanup
This commit is contained in:
parent
3b35072721
commit
08e9c493aa
44 changed files with 60 additions and 105 deletions
|
@ -129,7 +129,7 @@ class AnimationSpeedPreference extends DialogPreference implements ZLPreference
|
|||
final int max = mySlider.getMax();
|
||||
if (progress >= max / 3) {
|
||||
final String text = myResource.getResource("slow").getValue();
|
||||
final float textWidth = myOutlinePaint.measureText(text);
|
||||
//final float textWidth = myOutlinePaint.measureText(text);
|
||||
final float x = 6;
|
||||
canvas.drawText(text, x, y, myOutlinePaint);
|
||||
canvas.drawText(text, x, y, myPaint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue