2

I have used Harism's Page Curl animation for my application, but I have been trying to add multiple pages as like a book of 100 pages.

Harism's Page Curl animation project

Can anyone please help me with this

4

2 回答 2

0

如果您只是想添加更多页面,请编辑 CurlActivity.java 中的行:

    private int[] mBitmapIds = { R.drawable.obama, R.drawable.road_rage,
            R.drawable.taipei_101, R.drawable.world };

并更改页数:

    @Override
    public int getPageCount() {
        return 5;
    }

但这仍然要求您只使用图形......我仍然没有使用文本视图的答案。

于 2012-10-15T12:27:13.717 回答
0

你可以编辑......像这样在卷曲活动......

        d.setBounds(r);
        d.draw(c);
        c.drawText("Double Tap For Zoom", 100, 60, p);//for drawing text 
于 2016-03-18T05:52:01.713 回答