Kpan icon indicating copy to clipboard operation
Kpan copied to clipboard

horizontal spacing

Open 2dxgujun opened this issue 5 years ago • 0 comments

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

2dxgujun avatar Oct 23 '18 05:10 2dxgujun