sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 261 forks source link

Downloaded source files can't find XML "app:" attributes? #36

Closed jbmlaird closed 8 years ago

jbmlaird commented 8 years ago

I've downloaded the source because I want to modify a view things (such as letting the ViewListener return null if I want to dynamically check whether I want to load a page or not) but when I am using the source files it can't find the "app:" attributes such as app:centered, app:strokeWidth etc.

Am I going about this the wrong way?

jbmlaird commented 8 years ago

This was a general Android issue.

I did not properly copy over the attrs.xml file.