Files
AndroidJetpack/iosched/mobile/sampledata/day_indicator.json
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

18 lines
287 B
JSON

{
"comment": "Sample day indicators for use with tools:... attributes in layouts",
"indicators": [
{
"label": "May 7",
"checked": false
},
{
"label": "May 8",
"checked": true
},
{
"label": "May 9",
"checked": false
}
]
}