-1

I have added a background image in Android studio. But I also want to add a button on the icture. however, when i drag the button element onto the background image, it doesn't appears on the Image. what should i do? I want the background image and the button to come on the same screen.

1 Answers1

0

Use constraint layout or relative layout. For more info https://developer.android.com/training/constraint-layout https://developer.android.com/guide/topics/ui/layout/relative

Asad khan
  • 156
  • 7