1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

ColorProfile moved into ViewOptions

This commit is contained in:
Nikolay Pultsin 2014-02-01 09:51:44 +00:00
parent 4659a33f0e
commit 19206273d6
7 changed files with 23 additions and 32 deletions

View file

@ -63,7 +63,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
final FooterOptions footerOptions = fbReader.FooterOptions;
final PageTurningOptions pageTurningOptions = new PageTurningOptions();
final ImageOptions imageOptions = new ImageOptions();
final ColorProfile profile = fbReader.getColorProfile();
final ColorProfile profile = viewOptions.getColorProfile();
final ZLTextStyleCollection collection = fbReader.TextStyleCollection;
final ZLKeyBindings keyBindings = new ZLKeyBindings();