You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: