2dxgujun/Kpan

horizontal spacing

2dxgujun opened this issue · 0 comments

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