I'm trying to add a style from an app... Swype... into the style.xml of my theme... I cannot for the life of me get it to compile correctly...
Does anyone know how to include a style from another app into a themes style.xml?
I've called the style in the com_nuance_swype_input.xml
" <item name="style/Swype">@style/com_nuance_swype_input_Swype</item>
<item name="style/Swype.Classic">@style/com_nuance_swype_input_Swype.Classic</item>
"
...and I've added the styles into the style.xml but it just won't work...
<style name="com_nuance_swype_input_Swype">
(there is nothing in this style in the original APK but I figured it would have to be in here as it is the parent)
</style>
<style name="com_nuance_swype_input_Swype.Classic" parent="@style/com_nuance_swype_input_Swype">
<item name="candidateComponent">#ffffa200</item>
etc...
</style>
All I get is this error: Error: No resource found that matches the given name:
Suggestions? I've attached my files...
Does anyone know how to include a style from another app into a themes style.xml?
I've called the style in the com_nuance_swype_input.xml
" <item name="style/Swype">@style/com_nuance_swype_input_Swype</item>
<item name="style/Swype.Classic">@style/com_nuance_swype_input_Swype.Classic</item>
"
...and I've added the styles into the style.xml but it just won't work...
<style name="com_nuance_swype_input_Swype">
(there is nothing in this style in the original APK but I figured it would have to be in here as it is the parent)
</style>
<style name="com_nuance_swype_input_Swype.Classic" parent="@style/com_nuance_swype_input_Swype">
<item name="candidateComponent">#ffffa200</item>
etc...
</style>
All I get is this error: Error: No resource found that matches the given name:
Suggestions? I've attached my files...