I have set up the styles in platform/android/res/values/mycustomtheme.xml where I am trying to access the style property set in the XML from js file using the below line but it is not working.
var win = Ti.UI.createWindow({theme: "MyThemeActionbar"});
It depends on how you call you theme inside that XML file. E.g. my theme XML starts like this:
and I use the following TSS: