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:
parent
d0305d5733
commit
2ee9f89421
31 changed files with 3 additions and 93 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue