1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

resources rearrangement; ZLFile.isReadable() method has been added

This commit is contained in:
Nikolay Pultsin 2010-12-17 17:52:12 +00:00
parent 573b178aeb
commit e659e69ee0
17 changed files with 52 additions and 47 deletions

View file

@ -82,11 +82,7 @@ abstract class LibraryBaseActivity extends BaseActivity {
}
protected void showNotFoundToast() {
Toast.makeText(
this,
ZLResource.resource("errorMessage").getResource("bookNotFound").getValue(),
Toast.LENGTH_SHORT
).show();
UIUtil.showErrorMessage(this, "bookNotFound");
}
protected final class LibraryAdapter extends BaseAdapter implements View.OnCreateContextMenuListener {