Reply to thread

Are you sure about :

  1. colors definitions in skin xml file (myvideo.xml):
  2.    <textcolor>#test_textcolor_property_xml</textcolor> | <!-- | does not work | show: nothing/blank -->
  3.    <textcolor>#test_textcolor_property_xml</textcolor> | <!-- | does not work | show: nothing/blank -->

I think it should be the same as above, it <define property="true">#...... define in myvideo.xml should work for myvideo.views.default.xml. But not if we don't use it (property="true").


It seems to be a bad copy/past :)


I think you want to write ? :


  •     colors definitions in skin xml file (myvideo.xml):
  •    <textcolor>#test_textcolor_xml</textcolor> | <!-- | does not work | show: nothing/blank -->
  •    <textcolor>#test_textcolor_property_xml</textcolor> | <!-- | work | show: correct color -->


Top Bottom