<ImageView
android:id="@+id/avatar_repo_list"
android:layout_width="48dp"
android:layout_height="48dp"
android:src="?attr/avatar_repo_icon"
tools:ignore="ContentDescription" />
like this, but from the class
First of all get the reference of your image-view in your Activity class through "ID", and then add attr value like this: