How can I apply theme which I had generated and downloaded from below link http://android-holo-colors.com/
I had put res folder inside platform/android folder in my project and I had done changes in my tiapp.xml like
<android xmlns:android="http://schemas.android.com/apk/res/android">
<tool-api-level>14</tool-api-level>
<manifest>
<application android:theme="@style/Theme.Action"/>
<uses-sdk android:minSdkVersion="14"
android:targetSdkVersion="16"/>
</manifest>
</android>
But still theme is not reflecting. Its urgent.