blazsolar / HorizontalPicker

Android widget allowing user to select one item from set of them by swiping left and right.
http://blaz.solar/HorizontalPicker
Apache License 2.0
227 stars 81 forks source link

No resource identifier found for attribute 'dividerSize' in package 'com.wefika.horizontalpicker' #23

Closed Pavithrajas closed 9 years ago

Pavithrajas commented 9 years ago

While running the application with the HorizontalPicker I am getting this error "Error:(33) No resource identifier found for attribute 'dividerSize' in package 'com.wefika.horizontalpicker'"

Rishi91991 commented 9 years ago

Any Update?

blazsolar commented 9 years ago

Will check it sometime out this week

blazsolar commented 9 years ago

I was able to reproduce this issue when using xmlns:app="http://schemas.android.com/apk/res/com.wefika.horizontalpicker" schema. To resolve it just change schema to xmlns:app="http://schemas.android.com/apk/res-auto" and it should work.

Rishi91991 commented 9 years ago

Thanks mahn!!