Add an alternative way to display the chapter title (#54)

This commit is contained in:
inorichi
2016-01-25 19:57:13 +01:00
parent 0a31c223e3
commit 6f409c0e3b
8 changed files with 115 additions and 16 deletions
@@ -70,7 +70,7 @@ public class ReaderMenu {
bottomMenu.setOnTouchListener((v, event) -> true);
seekBar.setOnSeekBarChangeListener(new PageSeekBarChangeListener());
decimalFormat = new DecimalFormat("#.##");
decimalFormat = new DecimalFormat("#.###");
inverted = false;
initializeOptions();