rontom974
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2016
07:32 PM
Category button color
hi, i was wondering how we can change the color of filter sub category
i can change the color of the text but i want to change the background color aswell
for changing text color
theme.FilterBannerActiveColor = "#ffffff"
theme.FilterBannerInactiveColor = "#ffffff"
i want to put #ee3733 in the background of "sub category" when it is selected and #0000 when it is scrolling
Please see the image for better understanding
Any help is appreciated.
i can change the color of the text but i want to change the background color aswell
for changing text color
theme.FilterBannerActiveColor = "#ffffff"
theme.FilterBannerInactiveColor = "#ffffff"
i want to put #ee3733 in the background of "sub category" when it is selected and #0000 when it is scrolling
Please see the image for better understanding
Any help is appreciated.

1 REPLY 1


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2016
02:09 PM
Re: Category button color
You can't control the color of the button, but you should be able to replace the button image asset entirely.
See https://sdkdocs.roku.com/display/sdkdoc/roAppManager for
FilterBannerActiveHD URL to set HD Filter Banner Active/Focus Highlighter pkg:/images/Filter_ActiveHint_SD43.png
FilterBannerActiveSD URL to set SD Filter Banner Active/Focus Highlighter pkg:/images/Filter_ActiveHint_SD43.png
FilterBannerInactiveHD URL to set HD Filter Banner Inactive Highlighter pkg:/images/Filter_InactiveHint_SD43.png
FilterBannerInactiveSD URL to set SD Filter Banner Inactive Highlighter pkg:/images/Filter_InactiveHint_SD43.png
See https://sdkdocs.roku.com/display/sdkdoc/roAppManager for
FilterBannerActiveHD URL to set HD Filter Banner Active/Focus Highlighter pkg:/images/Filter_ActiveHint_SD43.png
FilterBannerActiveSD URL to set SD Filter Banner Active/Focus Highlighter pkg:/images/Filter_ActiveHint_SD43.png
FilterBannerInactiveHD URL to set HD Filter Banner Inactive Highlighter pkg:/images/Filter_InactiveHint_SD43.png
FilterBannerInactiveSD URL to set SD Filter Banner Inactive Highlighter pkg:/images/Filter_InactiveHint_SD43.png