aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/assets
diff options
context:
space:
mode:
authorArnaud Berry <arnaudberry@google.com>2019-07-08 13:51:02 -0700
committerArnaud Berry <arnaudberry@google.com>2019-07-08 13:52:12 -0700
commit14d89a9deda5c576debd05b97318ec81177656e1 (patch)
tree926b114a0c857d367c4c48ae8f2bef0d81c88b36 /TestMediaApp/assets
parent8961b919a1fe24e542b173b171c4fdfc1351e147 (diff)
downloadtests-14d89a9deda5c576debd05b97318ec81177656e1.tar.gz
Add more items with custom actions
That makes the prev+next icons show up. Also made an item's action need the overflow. Test: manual Change-Id: I8498e114b9faf25a497f2f96328843d3954a7cc5
Diffstat (limited to 'TestMediaApp/assets')
-rw-r--r--TestMediaApp/assets/media_items/advanced.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/TestMediaApp/assets/media_items/advanced.json b/TestMediaApp/assets/media_items/advanced.json
index 4cf34ea..c283da2 100644
--- a/TestMediaApp/assets/media_items/advanced.json
+++ b/TestMediaApp/assets/media_items/advanced.json
@@ -11,7 +11,25 @@
"FLAGS": "playable",
"METADATA": {
"MEDIA_ID": "advanced custom_action",
- "DISPLAY_TITLE": "Custom Action",
+ "DISPLAY_TITLE": "Custom Action Item 1",
+ "DURATION": 10000
+ },
+ "CUSTOM_ACTIONS": ["HEART_LESS_LESS", "HEART_PLUS_PLUS"]
+ },
+ {
+ "FLAGS": "playable",
+ "METADATA": {
+ "MEDIA_ID": "advanced custom_action 2",
+ "DISPLAY_TITLE": "Custom Actions overflow",
+ "DURATION": 10000
+ },
+ "CUSTOM_ACTIONS": ["HEART_LESS_LESS", "HEART_PLUS_PLUS", "HEART_PLUS_PLUS", "HEART_PLUS_PLUS", "HEART_PLUS_PLUS"]
+ },
+ {
+ "FLAGS": "playable",
+ "METADATA": {
+ "MEDIA_ID": "advanced custom_action 3",
+ "DISPLAY_TITLE": "Custom Action Item 3",
"DURATION": 10000
},
"CUSTOM_ACTIONS": ["HEART_LESS_LESS", "HEART_PLUS_PLUS"]