mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
renaming
This commit is contained in:
parent
94ca72f937
commit
3ba4c5d991
2 changed files with 5 additions and 5 deletions
|
@ -213,7 +213,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
fontPropertiesScreen.addOption(ZLAndroidPaintContext.SubpixelOption, "subpixel");
|
||||
|
||||
final ZLTextBaseStyle baseStyle = collection.getBaseStyle();
|
||||
textScreen.addPreference(new FontOption(
|
||||
textScreen.addPreference(new FontPreference(
|
||||
this, textScreen.Resource, "font",
|
||||
baseStyle.FontFamilyOption, false
|
||||
));
|
||||
|
@ -284,7 +284,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
? (ZLTextFullStyleDecoration)decoration : null;
|
||||
|
||||
final Screen formatScreen = moreStylesScreen.createPreferenceScreen(decoration.getName());
|
||||
formatScreen.addPreference(new FontOption(
|
||||
formatScreen.addPreference(new FontPreference(
|
||||
this, textScreen.Resource, "font",
|
||||
decoration.FontFamilyOption, true
|
||||
));
|
||||
|
@ -438,7 +438,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
footerPreferences.add(statusLineScreen.addOption(footerOptions.ShowProgress, "showProgress"));
|
||||
footerPreferences.add(statusLineScreen.addOption(footerOptions.ShowClock, "showClock"));
|
||||
footerPreferences.add(statusLineScreen.addOption(footerOptions.ShowBattery, "showBattery"));
|
||||
footerPreferences.add(statusLineScreen.addPreference(new FontOption(
|
||||
footerPreferences.add(statusLineScreen.addPreference(new FontPreference(
|
||||
this, statusLineScreen.Resource, "font",
|
||||
footerOptions.Font, false
|
||||
)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue