Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Issue #2386: adds two new tiles to the sports channel
Browse files Browse the repository at this point in the history
We believe that these were fixed by the other changes in #2386.  Images will be added in a follow up commit.
  • Loading branch information
severinrudie authored and dnarcese committed Jul 24, 2019
1 parent a8012db commit 1457ff5
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,21 @@ fun ChannelContent.getSportsChannels(): List<ChannelTile> = listOf(
setImage = setImage(R.drawable.tile_sports_formula_1),
tileSource = TileSource.SPORTS,
id = "formula1"
),
ChannelTile(
url = "https://www.cbssports.com/videos/",
title = "CBS Sports",
subtitle = null,
setImage = setImage(R.drawable.cursor_active_bg), // TODO add real image
tileSource = TileSource.SPORTS,
id = "cbsSports"
),
ChannelTile(
url = "https://www.sbnation.com/videos",
title = "SB Nation",
subtitle = null,
setImage = setImage(R.drawable.cursor_active_bg), // TODO add real image
tileSource = TileSource.SPORTS,
id = "sbNation"
)
)

0 comments on commit 1457ff5

Please sign in to comment.