how to make imageview border with two color and fix size border width in andorid
I have create the circularimageview and this image view set the two colors and this color sizw are same how to set border with fix size and two borders? **I have already use library 'com.pkmmte.view:circularimageview:1.1' ** #ce90ce inner circle # ab84ab outer circle ineer circle opacity 20% outer circle opacity 15% My Image like this My Adapter Layout <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/Background_Main"