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:
parent
19206273d6
commit
8df6ffa064
5 changed files with 12 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue