Sorry i have seen lots of this topic questions like this in Stackoverflow, but none of them has helped me yet.
Here is my manifest.xml
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="18" />
and here is the style xml
code
<style name="Widget.PreferenceFrameLayout">
<item name="android:borderTop">0dip</item>
<item name="android:borderBottom">0dip</item>
<item name="android:borderLeft">0dip</item>
<item name="android:borderRight">0dip</item>
</style>
The errors are:
error: Error retrieving parent for item: No resource found that matches the given name 'Widget'.
Thanks in advance.