CoordinatorBehaviorExample icon indicating copy to clipboard operation
CoordinatorBehaviorExample copied to clipboard

Border Color

Open Vidxyz opened this issue 9 years ago • 1 comments

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

Vidxyz avatar Sep 29 '16 15:09 Vidxyz

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"

huseyinzorlu avatar Jan 05 '17 23:01 huseyinzorlu