Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Layout is not drawn into canvas #27

Description

@KieuQ

DiagonalLayout renders fine but when I call view.draw(canvas), the DiagonalLayout is not drawn into the canvas

Bitmap b = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
Canvas c = new Canvas(b);
v.draw(c);

heres the screenshots
before v.draw:
screenshot_2018-10-18-21-27-22
after v.draw:
screenshot_2018-10-18-21-27-27

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions