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

TextStyleCollection moved into ViewOptions

This commit is contained in:
Nikolay Pultsin 2014-02-01 10:25:15 +00:00
parent 19206273d6
commit 8df6ffa064
5 changed files with 12 additions and 8 deletions

View file

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