jf-roku/source/constants/HomeRowItemSizes.bs
2023-11-27 17:14:19 -05:00

8 lines
207 B
Plaintext

' @fileoverview Constants for rowItemSize on the home view
namespace homeRowItemSizes
const WIDE_POSTER = [464, 331]
const MOVIE_POSTER = [180, 331]
const MUSIC_ALBUM = [261, 331]
end namespace