I am looking for a way to set the theme of my view that is being created dynamically by my database in code. I have found the way to inflate the view from xml, but unfortunately my view is already created so I do not understand why it is not taking my predefined theme in my manifest.
The theme for my application is android:Theme.Light.NoTitleBar
So everything in my app looks like a 2.3 application, but all of a sudden when I add these textboxes and spinners through the code in a specific fragment and NOT xml, it adds them as HOLO themed items, even though I have not defined any holo theme anywhere in my code.
Any help is appreciated.