Не удалось найти стиль vpiCirclePageIndicatorStyle

Я хотел иметь viewpageindicator в моем проекте, но у меня проблемы с его импортом. Я'у меня есть ошибки в моем XML.

Missing styles. Is the correct theme chosen for this layout?
Use the Theme combo box above the layout to choose a different layout, or fix the theme style references.

Failed to find style 'vpiCirclePageIndicatorStyle' in current theme

Мой файл XML:





    

    



Мои обновленные res / values / styles.xml




    
        false
        true
    

    
        @android:color/transparent
        @drawable/list_divider
        1px
    

    
        @drawable/roundedwhitebox
    

    
        @drawable/roundedlightgraybox
    

    
        @drawable/circleindeterminate
    

    
        @style/CustomCirclePageIndicator
        @style/CustomLinePageIndicator
        @style/CustomTitlePageIndicator
        @style/CustomTabPageIndicator
        @style/CustomUnderlinePageIndicator
    

    
        #18FF0000
        #FFAA2222
        1dp
        3dp
        underline
        #AA000000
        #FF000000
        true
    

    
        4dp
        30dp
        #FF888888
        #FF880000
    

    
        #FF888888
        #FF000000
        2dp
        10dp
        true
    

    
        @style/CustomTabPageIndicator.Text
        #FF555555
        16sp
        @drawable/custom_tab_indicator_divider
        10dp
        middle
        8dp
        8dp
        horizontal
        8dp
    

    
        monospace
    

    
        #FFCC0000
        #FFCCCCCC
        1000
        1000
    


Моя структура проекта находится здесь, где vpilibrary - импортированная библиотека viewpageindicator

Какие'с этим что-то не так? и дайте мне знать, если вам нужно больше файлов для отладки. Спасибо

PS: мои minsdkversion и targetdkversion оба 16

Ответы на вопрос(4)

Ваш ответ на вопрос