1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

Warnings cleanup

This commit is contained in:
Vasiliy Bout 2011-05-20 12:19:09 +04:00
parent 3b35072721
commit 08e9c493aa
44 changed files with 60 additions and 105 deletions

View file

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