saulmm / CoordinatorBehaviorExample

2.71k stars 590 forks source link

Border Color #31

Open Vidxyz opened 7 years ago

Vidxyz commented 7 years ago

When I try to use app:border_color="@android:color/white" app:border_width="2dp"

in the circle image view i get the error No resource identifier found for attribute 'border_color' in package com.xxxxxx.xxxxxxx No resource identifier found for attribute 'border_width' in package com.xxxxxx.xxxxxxx

Any particular reason as to why this could be happening? Everything else works perfectly!

Thanks

huseyinzorlu commented 7 years ago

CircleImageView Dependencies have new version and it is different this example.

Try to change : app:civ_border_color="@android:color/white" app:civ_border_width="2dp"