You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Explore Voltra styling properties including padding, margins, colors, borders, shadows, and typography.',
67
-
route: '/testing-grounds/styling',
68
-
},
69
-
{
70
-
id: 'positioning',
71
-
title: 'Positioning',
72
-
description:
73
-
'Learn about static, relative, and absolute positioning modes. See how left, top, and zIndex properties work with visual examples.',
74
-
route: '/testing-grounds/positioning',
75
-
},
76
-
{
77
-
id: 'progress',
78
-
title: 'Progress Indicators',
79
-
description:
80
-
'Explore linear and circular progress indicators. Test determinate, indeterminate, and timer-based modes with custom labels and styling.',
81
-
route: '/testing-grounds/progress',
82
-
},
83
-
{
84
-
id: 'components',
85
-
title: 'Components',
35
+
id: 'image-preloading',
36
+
title: 'Image Preloading',
86
37
description:
87
-
'Explore all available Voltra components including Button, Text, VStack, HStack, ZStack, Image, and more.',
88
-
route: '/testing-grounds/components',
38
+
'Test image preloading for Android widgets. Download images to the app cache and verify they appear in your widgets.',
39
+
route: '/android-widgets/image-preloading',
89
40
},
90
41
{
91
-
id: 'flex-playground',
92
-
title: 'Flex Layout Playground',
42
+
id: 'image-fallback',
43
+
title: 'Image Fallback',
93
44
description:
94
-
'Interactive playground for experimenting with flex layout properties. Test alignItems, justifyContent, flexDirection, spacing, and padding with live visual feedback.',
95
-
route: '/testing-grounds/flex-playground',
45
+
'Test the image fallback behavior using backgroundColor from styles. See how missing images render with different style properties.',
46
+
route: '/android-widgets/image-fallback',
96
47
},
97
48
{
98
-
id: 'chart-playground',
99
-
title: 'Chart Playground',
49
+
id: 'material-colors',
50
+
title: 'Material Colors',
100
51
description:
101
-
'Explore all SwiftUI chart mark types: BarMark, LineMark, AreaMark, PointMark, RuleMark, and SectorMark. Randomize data to see animated transitions.',
102
-
route: '/testing-grounds/chart-playground',
52
+
'Test one Android widget through both client-side and server-side rendering, using Material dynamic colors from the current device theme.',
53
+
route: '/android-widgets/material-colors',
103
54
},
104
55
{
105
-
id: 'gradient-playground',
106
-
title: 'Gradient Playground',
56
+
id: 'custom-fonts',
57
+
title: 'Custom Fonts',
107
58
description:
108
-
'Test CSS gradient strings as backgroundColor. Experiment with linear, radial, and conic gradients, direction and angle controls, color presets, stop positions, and borderRadius clipping.',
109
-
route: '/testing-grounds/gradient-playground',
59
+
'Render text with custom fonts in Android Glance widgets using bitmap rendering. Includes Pacifico and Press Start 2P demos.',
0 commit comments