summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json')
-rw-r--r--samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json b/samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json
new file mode 100644
index 000000000..20faafda0
--- /dev/null
+++ b/samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json
@@ -0,0 +1,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"
+ }
+ ]
+ }
+] \ No newline at end of file