Update group text
This commit is contained in:
@@ -173,7 +173,11 @@ class GroupsFragment : Fragment(), CommandClient.Handler {
|
|||||||
if (!newExpandStatus) {
|
if (!newExpandStatus) {
|
||||||
val builder = SpannableStringBuilder()
|
val builder = SpannableStringBuilder()
|
||||||
items.forEach {
|
items.forEach {
|
||||||
builder.append("■")
|
if (it.tag == group.selected) {
|
||||||
|
builder.append("▣")
|
||||||
|
} else {
|
||||||
|
builder.append("■")
|
||||||
|
}
|
||||||
builder.setSpan(
|
builder.setSpan(
|
||||||
ForegroundColorSpan(
|
ForegroundColorSpan(
|
||||||
colorForURLTestDelay(
|
colorForURLTestDelay(
|
||||||
|
|||||||
Reference in New Issue
Block a user