I am very new to Android.
I created ImageButton. The main .xml includes a code segment as follows.
<ImageButton android:id="@+id/button1" android:layout_width="50px" android:layout_height="50px" android:src="@drawable/cat" android:layout_x="50px" android:layout_y="52px" >
Where do I need to put "cat.png", which I have. Do I need to rename it to another?
source share