I\'m trying to get my app to use the Holo.Light theme. I\'ve created a custom theme for Holo and put it in
Resourses\\values-v11\\FsmTheme.xml
The breakdown is on this line.
Some of the tutorials out there show
Theme="@style/ThemeName"
but you should actually structure it the same as the rest of the element
android:theme="@style/ThemeName"
So the final structure will read