docs: remove divider comments (#88115) · openclaw/openclaw@e1ad5f5
steipete
·
2026-05-31
·
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 |
|---|
@@ -11,10 +11,6 @@ import androidx.compose.ui.text.font.FontFamily
|
11 | 11 | import androidx.compose.ui.text.font.FontWeight |
12 | 12 | import androidx.compose.ui.unit.sp |
13 | 13 | |
14 | | -// --------------------------------------------------------------------------- |
15 | | -// MobileColors – semantic color tokens with light + dark variants |
16 | | -// --------------------------------------------------------------------------- |
17 | | - |
18 | 14 | internal data class MobileColors( |
19 | 15 | val surface: Color, |
20 | 16 | val surfaceStrong: Color, |
@@ -108,9 +104,6 @@ internal object MobileColorsAccessor {
|
108 | 104 | @Composable get() = LocalMobileColors.current |
109 | 105 | } |
110 | 106 | |
111 | | -// --------------------------------------------------------------------------- |
112 | | -// Backward-compatible top-level accessors (composable getters) |
113 | | -// --------------------------------------------------------------------------- |
114 | 107 | // These allow existing call sites to keep using `mobileSurface`, `mobileText`, etc. |
115 | 108 | // without converting every file at once. Each resolves to the themed value. |
116 | 109 | |
@@ -149,10 +142,6 @@ internal val mobileBackgroundGradient: Brush
|
149 | 142 | ) |
150 | 143 | } |
151 | 144 | |
152 | | -// --------------------------------------------------------------------------- |
153 | | -// Typography tokens (theme-independent) |
154 | | -// --------------------------------------------------------------------------- |
155 | | - |
156 | 145 | internal val mobileFontFamily = |
157 | 146 | FontFamily( |
158 | 147 | Font(resId = R.font.manrope_400_regular, weight = FontWeight.Normal), |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。