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

18 lines
296 B
JSON

{
"comment": "Sample map variant data for use with tools:... attributes in layouts",
"variants": [
{
"title": "Daytime",
"checked": true
},
{
"title": "After dark",
"checked": false
},
{
"title": "Concert",
"checked": false
}
]
}