how can I set src attribute (line 7) dynamically in android studio,I tried to change the backgroundResource but is not the same
XML file
<ImageView
android:onClick="next2"
android:layout_margin="10dp"
android:id="@+id/img3"
android:layout_width="60dp"
android:layout_height="60dp"
android:background="@drawable/img3"
android:src="#9d070976"
android:layout_toEndOf="@+id/img2" />
Java code
a.setBackgroundResource(R.color.mycolor);