From e035b113c37e9c107926daad618ea8fdeba36164 Mon Sep 17 00:00:00 2001 From: susnata Date: Fri, 6 May 2016 14:20:19 -0700 Subject: [PATCH] Renaming title for couple rows in CardExampleFragment. Change-Id: I8abaf2b54e87c1dca0a90dfbbecc89d680494f64 --- .../app/src/main/res/raw/cards_example.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/samples/SupportLeanbackShowcase/app/src/main/res/raw/cards_example.json b/samples/SupportLeanbackShowcase/app/src/main/res/raw/cards_example.json index 5f0144cf4..4fc467233 100644 --- a/samples/SupportLeanbackShowcase/app/src/main/res/raw/cards_example.json +++ b/samples/SupportLeanbackShowcase/app/src/main/res/raw/cards_example.json @@ -63,66 +63,57 @@ ] }, { - "title": "Two Line Title", + "title": "Two Line Title + Icon", "cards": [ { "type": "MOVIE_BASE", "title": "Deep Into The Deep Sleep", - "description": "$3.99", "localImageResource": "card_image_movie_01" }, { "type": "MOVIE_BASE", "title": "We", - "description": "$3.99", "localImageResource": "card_image_movie_02" }, { "type": "MOVIE_BASE", "title": "The Fairy Story Of A Legend", - "description": "$3.99", "localImageResource": "card_image_movie_03" }, { "type": "MOVIE_BASE", "title": "Cursed", - "description": "$3.99", "localImageResource": "card_image_movie_04" }, { "type": "MOVIE_BASE", "title": "My Crazy One", - "description": "$3.99", "localImageResource": "card_image_movie_05" }, { "type": "MOVIE_BASE", "title": "Gone", - "description": "$3.99", "localImageResource": "card_image_movie_06" }, { "type": "MOVIE_BASE", "title": "A Cold Night To Stay", - "description": "$3.99", "localImageResource": "card_image_movie_07" }, { "type": "MOVIE_BASE", "title": "The Silence", - "description": "$3.99", "localImageResource": "card_image_movie_08" }, { "type": "MOVIE_BASE", "title": "Hear The Roar", - "description": "$3.99", "localImageResource": "card_image_movie_09" } ] }, { - "title": "Two Line Title + Icon", + "title": "Two Line Title + Description + Icon", "cards": [ { "type": "MOVIE_COMPLETE",