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

removed old resources

This commit is contained in:
Nikolay Pultsin 2014-04-06 11:58:41 +01:00
parent d0305d5733
commit 2ee9f89421
31 changed files with 3 additions and 93 deletions

View file

@ -82,7 +82,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
final Screen directoriesScreen = createPreferenceScreen("directories");
directoriesScreen.addPreference(new ZLStringListOptionPreference(
this, Paths.BookPathOption, directoriesScreen.Resource, "books"
this, Paths.BookPathOption, directoriesScreen.Resource, "bookPath"
) {
protected void setValue(String value) {
super.setValue(value);
@ -97,10 +97,10 @@ public class PreferenceActivity extends ZLPreferenceActivity {
}
});
directoriesScreen.addPreference(new ZLStringListOptionPreference(
this, Paths.FontPathOption, directoriesScreen.Resource, "fonts"
this, Paths.FontPathOption, directoriesScreen.Resource, "fontPath"
));
directoriesScreen.addPreference(new ZLStringListOptionPreference(
this, Paths.WallpaperPathOption, directoriesScreen.Resource, "wallpapers"
this, Paths.WallpaperPathOption, directoriesScreen.Resource, "wallpaperPath"
));
final Screen appearanceScreen = createPreferenceScreen("appearance");