fix(android): align v2 control affordances · openclaw/openclaw@9868f4c
obviyus
·
2026-05-20
·
via Recent Commits to openclaw:main
File tree
apps/android/app/src/main/java/ai/openclaw/app/ui
| Original file line number | Diff line number | Diff line change |
|---|
@@ -379,7 +379,6 @@ private fun V2ProviderListRow(row: V2ProviderRow) {
|
379 | 379 | Row(verticalAlignment = Alignment.CenterVertically, horizontalArrangement = Arrangement.spacedBy(5.dp)) { |
380 | 380 | Box(modifier = Modifier.size(4.5.dp).clip(CircleShape).background(if (row.ready) ClawTheme.colors.success else ClawTheme.colors.warning)) |
381 | 381 | Text(text = row.status, style = ClawTheme.type.caption.copy(fontSize = 12.5.sp, lineHeight = 16.sp), color = ClawTheme.colors.textMuted, maxLines = 1) |
382 | | -Icon(imageVector = Icons.AutoMirrored.Filled.KeyboardArrowRight, contentDescription = "Open ${row.name}", modifier = Modifier.size(17.dp), tint = ClawTheme.colors.text) |
383 | 382 | } |
384 | 383 | } |
385 | 384 | } |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -35,7 +35,6 @@ import androidx.compose.material.icons.automirrored.filled.ArrowBack
|
35 | 35 | import androidx.compose.material.icons.automirrored.filled.Send |
36 | 36 | import androidx.compose.material.icons.filled.AttachFile |
37 | 37 | import androidx.compose.material.icons.filled.Mic |
38 | | -import androidx.compose.material.icons.filled.MoreVert |
39 | 38 | import androidx.compose.material.icons.filled.Refresh |
40 | 39 | import androidx.compose.material3.HorizontalDivider |
41 | 40 | import androidx.compose.material3.Icon |
@@ -210,7 +209,7 @@ private fun V2ChatHeader(
|
210 | 209 | ) |
211 | 210 | } |
212 | 211 | |
213 | | -V2HeaderIcon(icon = Icons.Default.MoreVert, contentDescription = "Chat options", onClick = onMore) |
| 212 | +V2HeaderIcon(icon = Icons.Default.Refresh, contentDescription = "Refresh chat", onClick = onMore) |
214 | 213 | } |
215 | 214 | } |
216 | 215 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。