mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
synchronization with beta branch
This commit is contained in:
parent
461ee2c6e2
commit
cedb1ad9f4
1 changed files with 3 additions and 2 deletions
|
@ -319,7 +319,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
cssScreen.addOption(collection.UseCSSTextAlignmentOption, "textAlignment");
|
||||
|
||||
final Screen colorsScreen = createPreferenceScreen("colors");
|
||||
colorsScreen.addPreference(new WallpaperPreference(
|
||||
final WallpaperPreference wallpaperPreference = new WallpaperPreference(
|
||||
this, profile, colorsScreen.Resource, "background"
|
||||
) {
|
||||
@Override
|
||||
|
@ -327,7 +327,8 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
super.onDialogClosed(result);
|
||||
bgPreferences.setEnabled("".equals(getValue()));
|
||||
}
|
||||
});
|
||||
};
|
||||
colorsScreen.addPreference(wallpaperPreference);
|
||||
bgPreferences.add(
|
||||
colorsScreen.addOption(profile.BackgroundOption, "backgroundColor")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue