aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/assets
diff options
context:
space:
mode:
authorArnaud Berry <arnaudberry@google.com>2019-10-02 13:42:29 -0700
committerArnaud Berry <arnaudberry@google.com>2019-10-25 10:07:39 -0700
commit4ef957efe366e4d11079ed42363c4fb6e4c7e893 (patch)
treeaae9173350881e3380ce15f12d618e1e922719ba /TestMediaApp/assets
parent05529c19a2e89c3a5beaea11222af73077675a63 (diff)
downloadtests-4ef957efe366e4d11079ed42363c4fb6e4c7e893.tar.gz
Add option for a single tab under the root
Test: manual Change-Id: Ib663a9026fdf037d4ace9169ece28f94bf447079
Diffstat (limited to 'TestMediaApp/assets')
-rw-r--r--TestMediaApp/assets/media_items/single_node.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/TestMediaApp/assets/media_items/single_node.json b/TestMediaApp/assets/media_items/single_node.json
new file mode 100644
index 0000000..cf93cee
--- /dev/null
+++ b/TestMediaApp/assets/media_items/single_node.json
@@ -0,0 +1,22 @@
+{
+ "FLAGS": "browsable",
+ "PLAYABLE_HINT": "LIST",
+ "BROWSABLE_HINT": "GRID",
+
+ "METADATA": {
+ "MEDIA_ID": "single_node",
+ "DISPLAY_TITLE": "A lonely tab"
+ },
+
+ "CHILDREN": [
+ {
+ "FLAGS": "browsable",
+ "METADATA": {
+ "MEDIA_ID": "single_node simple_leaves",
+ "DISPLAY_TITLE": "Basic songs",
+ "ART_URI": "drawable/ic_heart_plus_plus"
+ },
+ "INCLUDE":"media_items/simple_leaves.json"
+ }
+ ]
+} \ No newline at end of file