2023-11-27 22:14:19 +00:00
|
|
|
' @fileoverview Constants for rowItemSize on the home view
|
2023-11-25 13:25:31 +00:00
|
|
|
|
2023-11-27 22:14:19 +00:00
|
|
|
namespace homeRowItemSizes
|
2023-11-23 13:52:44 +00:00
|
|
|
const WIDE_POSTER = [464, 331]
|
2023-11-25 13:25:31 +00:00
|
|
|
const MOVIE_POSTER = [180, 331]
|
2023-11-23 13:52:44 +00:00
|
|
|
const MUSIC_ALBUM = [261, 331]
|
|
|
|
end namespace
|