Answers for "how to give border to circular image view in android"

C
3

add border to image android

<ImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:src="@drawable/red_minus_icon"
    android:background="#000000"
    android:padding="1dp"/>
Posted by: Guest on March-15-2020

Code answers related to "how to give border to circular image view in android"

Code answers related to "C"

Browse Popular Code Answers by Language