Skip to content

horizontal spacing #8

@2dxgujun

Description

@2dxgujun
vOfficialCommunity.vText.text = span {
  communities.forEachIndexed { i, community ->
    image(getDrawable(community)!!) {
    }
    // TODO Kpan horizontal spacing
    if (i < communities.size - 1) {
      +"        "
    }
  }
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions