The error I'm getting:
"The markup in the document following the root element must be well-formed."
Using Eclipse, my styles.xml file:
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="schemas.android.com/apk/res/android"/>
<style name="ToDoTheme"parent="@android:style/Theme.Black">
<item name="android:textSize">12sp</item>
</style>
</resources>