mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 12:27:37 +03:00
Update group text
This commit is contained in:
parent
00cac6b47a
commit
0b0140cb54
1 changed files with 5 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue