Kodi Community Forum

Full Version: listItem colored string not working on beta 3 on android
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
confirmed.
please create a ticket on trac.
Done: http://trac.xbmc.org/ticket/15104

Please note there is not beta 1-2-3 entry for "Version" setting
I somewhat doubt there is something specific to Android there.
Is there an easy way to reproduce?
(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.
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)