When inserting two images into Android Studio’s Relative Layout, as shown in the photo below, you can see that images have been inserted into DrawableBottom, Foreground, and Icon:
But when running the same graphical interface on the mobile, the images do not appear. Please, what to do for the images to appear? It’s in the Relative Layout of Android Studio.
2
Answers
For your case I think should do this to show
android:background:"@drawable/seta_direita"
Button:
RelativeLayout:
As you using just an image as background you should use ImageButton, not a regular Button.