Skip to content

DrawerLayout and SlidingPanelLayout is missing in scaloid-support-v4 #102

@pocorall

Description

@pocorall

This code is expected working:

mDrawerLayout = new DrawerLayout(ctx) {
      new STextView("Me also too")
      this += new SLinearLayout {
        STextView("Action 1")
        STextView("Action 2")
        STextView("Action 3")
      }.<<.gravity(Gravity.START).fill.>>.background(0xff393e44)
    }

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