CoordinatorBehaviorExample
CoordinatorBehaviorExample copied to clipboard
Border Color
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
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"