Kpan icon indicating copy to clipboard operation
Kpan copied to clipboard

:four_leaf_clover:Kotlin wrapper around SpannableStringBuilder to bring modern API

Results 6 Kpan issues
Sort by recently updated
recently updated
newest added

What I expect to do : ![demo](https://i.stack.imgur.com/f3Vtu.png)

```kotlin private class LinkMovementMethodTouchListener : View.OnTouchListener { override fun onTouch( v: View, event: MotionEvent ): Boolean { val widget = v as TextView val action = event.action if (widget.text is...

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

enhancement