Normal
Are you sure about :colors definitions in skin xml file (myvideo.xml): <textcolor>#test_textcolor_property_xml</textcolor> | <!-- | does not work | show: nothing/blank --> <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 -->
Are you sure about :
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 ? :