mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@236 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
19388698c5
commit
087f0c7a1e
1 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,6 @@ package org.zlibrary.ui.android.application;
|
|||
|
||||
import org.zlibrary.core.application.ZLApplication;
|
||||
import org.zlibrary.core.application.ZLApplicationWindow;
|
||||
import org.zlibrary.core.application.toolbar.Toolbar;
|
||||
|
||||
import org.zlibrary.ui.android.view.ZLAndroidViewWidget;
|
||||
|
||||
|
@ -33,11 +32,11 @@ public class ZLAndroidApplicationWindow extends ZLApplicationWindow {
|
|||
return ZLAndroidViewWidget.Instance;
|
||||
}
|
||||
|
||||
public void addToolbarItem(Toolbar.Item item) {
|
||||
public void addToolbarItem(ZLApplication.Toolbar.Item item) {
|
||||
// TODO: implement
|
||||
}
|
||||
|
||||
public void setToolbarItemState(Toolbar.Item item, boolean visible, boolean enabled) {
|
||||
public void setToolbarItemState(ZLApplication.Toolbar.Item item, boolean visible, boolean enabled) {
|
||||
// TODO: implement
|
||||
}
|
||||
|
||||
|
@ -45,7 +44,7 @@ public class ZLAndroidApplicationWindow extends ZLApplicationWindow {
|
|||
// TODO: implement
|
||||
}
|
||||
|
||||
public void setToggleButtonState(Toolbar.ButtonItem item) {
|
||||
public void setToggleButtonState(ZLApplication.Toolbar.ButtonItem item) {
|
||||
// TODO: implement
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue