ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

The problem about the thumbnail of books #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.open Ebook app, the thumbnail of books which in BookShelf do not display the
  cornerThmbBitmap which decoded by the bt_corner bitmap.   
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
     version 1.4.0 r934

What device are you using?

Please provide any additional information below.
  I think about the loadThumbnail method:
        c.drawBitmap(cornerThmbBitmap, null, new Rect(0, 0, left,top), null);
        c.drawBitmap(topThmbBitmap, null, new Rect(left, 0, width, top), null);
        c.drawBitmap(leftThmbBitmap, null, new Rect(0, top, left, height),null);
        c.drawBitmap(tmpbmp, null, new Rect(left, top, width, height), null);

  That we should draw the cornerThmbBitmap will at last. 

Original issue reported on code.google.com by WangNin...@gmail.com on 18 Feb 2012 at 4:50

GoogleCodeExporter commented 9 years ago
Not reproduced.

Original comment by Andrei.K...@gmail.com on 18 Feb 2012 at 12:50