我得到的错误:
"The markup in the document following the root element must be well-formed."
使用 Eclipse,我的 styles.xml 文件:
<?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>