listItem colored string not working on beta 3 on android
#1
Example

Code:
listItem = xbmcgui.ListItem(
        label             = "[COLOR blue][B]"
                            + main_video_title
                            +"[/B][/COLOR]",
        thumbnailImage    = thumb
    )

Item label will be bold, but NOT blue.

This works on windows, but on Android labels are white
Reply
#2
confirmed.
please create a ticket on trac.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Done: http://trac.xbmc.org/ticket/15104

Please note there is not beta 1-2-3 entry for "Version" setting
Reply
#4
I somewhat doubt there is something specific to Android there.
Is there an easy way to reproduce?
Reply
#5
(2014-04-08, 09:12)Koying Wrote: I somewhat doubt there is something specific to Android there.
Is there an easy way to reproduce?

let me say i've only seen it on android so far.

you can easily check it, use confluence and go to any window that has a page/item count at the bottom.
it' supposed to look like this:
Image

but on android all text will be plain white.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#6
yes I tried on a lot of differents platform and it's happens only on android (2.2, 2.3, 4.1, 4.3 tested)
Reply
#7
https://github.com/xbmc/xbmc/pull/4575
Reply

Logout Mark Read Team Forum Stats Members Help
listItem colored string not working on beta 3 on android0