Good afternoon. How are you.
Can you help me please, I'm trying to import the library support v7 - appcompat but present an error in the folders Values V-11 and Values V-14.
(http://i.imgur.com/PfkMbpd.png) (http://imgur.com/YZ0FsTw.png)
<!-- Progress Bar -->
<style name="Widget.AppCompat.Base.ProgressBar.Horizontal"
parent="android:Widget.Holo.ProgressBar.Horizontal">
</style>
<style name="Widget.AppCompat.Base.ProgressBar"
parent="android:Widget.Holo.ProgressBar">
</style>
<!-- AutoCompleteTextView styles (for SearchView) -->
<style name="Widget.AppCompat.Base.AutoCompleteTextView"
parent="android:Widget.Holo.AutoCompleteTextView">
</style>
<style name="Widget.AppCompat.Light.Base.AutoCompleteTextView"
parent="android:Widget.Holo.Light.AutoCompleteTextView">
</style>
Thanks for your attention, and sorry for my bad english.