summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-03-10 18:13:45 -0800
committerSteve Kondik <steve@cyngn.com>2016-03-10 18:13:45 -0800
commit0a521f6d93206567c14bbacdc13819bf4baf82d3 (patch)
tree2e11b47c9856368387b394b6831726f2526bf6dd /samples/SupportLeanbackShowcase/app/src/main/res/raw/launcher_cards.json
parent171957c0bdc547ae6013daddffc03c8ec3ac2e3e (diff)
parentadce814038b96c87ea66fc1e5bfd85ab28d80590 (diff)
downloadandroid_development-0a521f6d93206567c14bbacdc13819bf4baf82d3.tar.gz
android_development-0a521f6d93206567c14bbacdc13819bf4baf82d3.tar.bz2
android_development-0a521f6d93206567c14bbacdc13819bf4baf82d3.zip
Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/development into cm-13.0staging/cm-13.0+r22stable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2K
Android 6.0.1 release 22
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