summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json
blob: 20faafda0ef913bfa1648bc1afaeee6606c899e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[
  {
    "title": "",
    "cards": [
      {
        "id": 0,
        "type": "DEFAULT",
        "title": "Card Examples",
        "localImageResource": "thumbnail_example_cards",
        "description": "Showcase of various card design and layouts"
      },
      {
        "id": 2,
        "type": "DEFAULT",
        "title": "Grid Examples",
        "localImageResource": "thumbnail_example_grid",
        "description": "Showcase of various card design and layouts"
      },
      {
        "id": 3,
        "type": "DEFAULT",
        "title": "Detail Examples",
        "localImageResource": "thumbnail_example_detail",
        "description": "Showcase of various card design and layouts"
      },
      {
        "id": 4,
        "type": "DEFAULT",
        "title": "Video consumption Examples",
        "localImageResource": "thumbnail_example_video_consumption",
        "description": "Showcase of various card design and layouts"
      },
      {
        "id": 5,
        "type": "DEFAULT",
        "title": "Music consumption Examples",
        "localImageResource": "thumbnail_example_music_consumption",
        "description": "Showcase of various card design and layouts"
      },
      {
        "id": 6,
        "type": "DEFAULT",
        "title": "Wizard Examples",
        "localImageResource": "thumbnail_example_wizard",
        "description": "Showcase of various card design and layouts"
      },
      {
        "id": 7,
        "type": "DEFAULT",
        "title": "Settings Examples",
        "localImageResource": "thumbnail_example_settings",
        "description": "Showcase of various card design and layouts"
      },
      {
        "id": 8,
        "type": "DEFAULT",
        "title": "Dialog Examples",
        "localImageResource": "thumbnail_example_dialog",
        "description": "Showcase of various card design and layouts"
      }
    ]
  }
]