Android翻页效果,电子书(4)
来源:未知 责任编辑:责任编辑 发表时间:2015-09-17 09:43 点击:次
}
protected void onFinishInflate() {
super.onFinishInflate();
if (this.mPageId != -1) {
this.mPage = ((PageViewP1)findViewById(this.mPageId));
if (this.mPage != null)
this.mPage.setPageTurner(this);
}
}
public void setPageId(int pageId) {
this.mPageId = pageId;
this.mPage = ((PageViewP1)findViewById(this.mPageId));
if (this.mPage != null)
this.mPage.setPageTurner(this);
}
public int getPageId() {
return this.mPageId;
}
public void setPage(PageViewP1 pageViewP1) {
this.mPage = pageViewP1;
}
public PageViewP1 getPage() {
return this.mPage;
}
public void setCorner(int corner) {
this.mCorner = corner;
}
public int getCorner() {
return this.mCorner;
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>